Skip to content

Commit 35260c9

Browse files
authored
Merge pull request #70 from scala-steward/update/cats-core-2.9.0
Update cats-core to 2.9.0
2 parents 612ea8b + 99a3a57 commit 35260c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val root = project
2020
"com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
2121
).map(dep => dep.cross(CrossVersion.for3Use2_13)) ++ Seq(
2222
// Libraries that already fully support Scala 3:
23-
"org.typelevel" %% "cats-core" % "2.8.0",
23+
"org.typelevel" %% "cats-core" % "2.9.0",
2424
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
2525
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
2626
"ch.qos.logback" % "logback-classic" % "1.4.5",

0 commit comments

Comments
 (0)