Skip to content

Commit

Permalink
Merge pull request #309 from scala-steward/update/cats-effect-3.5.2
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.2
  • Loading branch information
mergify[bot] authored Dec 4, 2023
2 parents aa5420c + 08c2a54 commit 00558ed
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 00558ed

Please sign in to comment.