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.
2 parents b8148a7 + b2de67b commit 048249bCopy full SHA for 048249b
build.sbt
@@ -8,8 +8,8 @@ crossScalaVersions += "3.3.1"
8
libraryDependencies ++= Seq(
9
"is.cir" %% "ciris" % "3.5.0",
10
"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"
+ "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
+ "org.typelevel" %% "cats-effect" % "3.4.11" % "test"
13
)
14
15
scalafmtOnCompile := true
0 commit comments