Skip to content

Commit 783f936

Browse files
authored
Merge pull request #1738 from Baeldung/update/cats-core-2.13.0
Update cats-core from 2.12.0 to 2.13.0
2 parents 8470810 + 3aae422 commit 783f936

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
@@ -556,7 +556,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
556556
libraryDependencies ++= Seq(
557557
"co.fs2" %% "fs2-core" % fs2Version,
558558
"co.fs2" %% "fs2-io" % fs2Version,
559-
"org.typelevel" %% "cats-core" % "2.12.0",
559+
"org.typelevel" %% "cats-core" % "2.13.0",
560560
"org.http4s" %% "http4s-dsl" % http4sVersion,
561561
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
562562
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,

0 commit comments

Comments
 (0)