We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 951cbc3 + 628356a commit 5a24593Copy full SHA for 5a24593
build.sbt
@@ -499,7 +499,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
499
libraryDependencies ++= Seq(
500
"co.fs2" %% "fs2-core" % fs2Version,
501
"co.fs2" %% "fs2-io" % fs2Version,
502
- "org.typelevel" %% "cats-core" % "2.10.0",
+ "org.typelevel" %% "cats-core" % "2.12.0",
503
"org.http4s" %% "http4s-dsl" % http4sVersion,
504
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
505
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,
0 commit comments