Skip to content

Commit

Permalink
Merge pull request #104 from scala-steward/update/cats-effect-3.5.6
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.6
  • Loading branch information
mergify[bot] authored Nov 21, 2024
2 parents 1c15bc0 + 199431d commit 8610eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
name := "uuid4cats-effect",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-effect" % "3.5.5",
"org.typelevel" %%% "cats-effect" % "3.5.6",
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
Expand Down

0 comments on commit 8610eb3

Please sign in to comment.