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.
1 parent 474fe97 commit 3aae422Copy full SHA for 3aae422
build.sbt
@@ -556,7 +556,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
556
libraryDependencies ++= Seq(
557
"co.fs2" %% "fs2-core" % fs2Version,
558
"co.fs2" %% "fs2-io" % fs2Version,
559
- "org.typelevel" %% "cats-core" % "2.12.0",
+ "org.typelevel" %% "cats-core" % "2.13.0",
560
"org.http4s" %% "http4s-dsl" % http4sVersion,
561
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
562
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,
0 commit comments