Skip to content

Commit 99a3a57

Browse files
committed
Update cats-core to 2.9.0
1 parent fca6210 commit 99a3a57

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.4",

0 commit comments

Comments
 (0)