Skip to content

Commit 2aa3f20

Browse files
committed
Update cats-effect to 3.4.6
1 parent c2dcc75 commit 2aa3f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
99
"is.cir" %% "ciris" % "3.0.0",
1010
"com.typesafe" % "config" % "1.4.2",
1111
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
12-
"org.typelevel" %% "cats-effect" % "3.4.5" % "test"
12+
"org.typelevel" %% "cats-effect" % "3.4.6" % "test"
1313
)
1414

1515
scalafmtOnCompile := true

0 commit comments

Comments
 (0)