Skip to content

Commit

Permalink
Merge pull request #311 from scala-steward/update/cats-effect-3.5.3
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.3
  • Loading branch information
2m authored Mar 2, 2024
2 parents 7e7c368 + ef063cc commit dccd94e
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" % "3.5.0",
"com.typesafe" % "config" % "1.4.3",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.5.2" % "test"
"org.typelevel" %% "cats-effect" % "3.5.3" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit dccd94e

Please sign in to comment.