Skip to content

Commit

Permalink
Update cats-effect to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jwojnowski committed Mar 6, 2024
1 parent 2d105b1 commit 91a5020
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 @@ -38,7 +38,7 @@ lazy val uuid =
.settings(
name := "humanoid-uuid",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.3",
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test
)
Expand All @@ -53,7 +53,7 @@ lazy val scuid =
libraryDependencies ++= Seq(
"me.wojnowski" %% "scuid" % "0.2.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "cats-effect" % "3.5.3" % Test,
"org.typelevel" %% "cats-effect" % "3.5.4" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test
)
)
Expand Down

0 comments on commit 91a5020

Please sign in to comment.