Skip to content

Commit

Permalink
Update cats-effect to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 3, 2023
1 parent aa5420c commit 08c2a54
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 @@ -8,8 +8,8 @@ crossScalaVersions += "3.3.1"
libraryDependencies ++= Seq(
"is.cir" %% "ciris" % "3.5.0",
"com.typesafe" % "config" % "1.4.3",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.4.11" % "test"
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.5.2" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit 08c2a54

Please sign in to comment.