Skip to content

Commit

Permalink
Merge pull request #244 from scala-steward/update/cats-effect-3.3.12
Browse files Browse the repository at this point in the history
Update cats-effect to 3.3.12
  • Loading branch information
mergify[bot] committed May 21, 2022
2 parents 79de9b0 + eb4a158 commit c848556
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 @@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
"is.cir" %% "ciris" % "2.3.2",
"com.typesafe" % "config" % "1.4.2",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.3.11" % "test"
"org.typelevel" %% "cats-effect" % "3.3.12" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit c848556

Please sign in to comment.