Skip to content

Commit 048249b

Browse files
authored
Merge pull request #292 from scala-steward/update/cats-effect-3.4.11
Update cats-effect to 3.4.11
2 parents b8148a7 + b2de67b commit 048249b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ crossScalaVersions += "3.3.1"
88
libraryDependencies ++= Seq(
99
"is.cir" %% "ciris" % "3.5.0",
1010
"com.typesafe" % "config" % "1.4.3",
11-
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
12-
"org.typelevel" %% "cats-effect" % "3.4.6" % "test"
11+
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
12+
"org.typelevel" %% "cats-effect" % "3.4.11" % "test"
1313
)
1414

1515
scalafmtOnCompile := true

0 commit comments

Comments
 (0)