We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dcc75 commit 2aa3f20Copy full SHA for 2aa3f20
build.sbt
@@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
9
"is.cir" %% "ciris" % "3.0.0",
10
"com.typesafe" % "config" % "1.4.2",
11
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
12
- "org.typelevel" %% "cats-effect" % "3.4.5" % "test"
+ "org.typelevel" %% "cats-effect" % "3.4.6" % "test"
13
)
14
15
scalafmtOnCompile := true
0 commit comments