Skip to content

Commit

Permalink
Merge pull request #292 from scala-steward/update/cats-effect-3.4.11
Browse files Browse the repository at this point in the history
Update cats-effect to 3.4.11
  • Loading branch information
mergify[bot] authored Dec 2, 2023
2 parents b8148a7 + b2de67b commit 048249b
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.6" % "test"
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.4.11" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit 048249b

Please sign in to comment.