Skip to content

Commit 5a24593

Browse files
authored
Merge pull request #1386 from Baeldung/update/cats-core-2.12.0
Update cats-core from 2.10.0 to 2.12.0
2 parents 951cbc3 + 628356a commit 5a24593

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
@@ -499,7 +499,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
499499
libraryDependencies ++= Seq(
500500
"co.fs2" %% "fs2-core" % fs2Version,
501501
"co.fs2" %% "fs2-io" % fs2Version,
502-
"org.typelevel" %% "cats-core" % "2.10.0",
502+
"org.typelevel" %% "cats-core" % "2.12.0",
503503
"org.http4s" %% "http4s-dsl" % http4sVersion,
504504
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
505505
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,

0 commit comments

Comments
 (0)