Skip to content

Commit

Permalink
Merge pull request #187 from typelevel/update/cats-core-2.11.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.11.0
  • Loading branch information
TonioGela authored May 30, 2024
2 parents ea095f4 + 8eec0f6 commit af9fe2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "toolkit",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-io" % "3.10.2",
"org.gnieh" %%% "fs2-data-csv" % "1.11.0",
Expand All @@ -38,7 +38,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "toolkit-test",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0"
Expand Down

0 comments on commit af9fe2f

Please sign in to comment.