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 a8f3a67 commit 9c92146Copy full SHA for 9c92146
project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
37
val millScalalib = Def.setting("com.lihaoyi" %% "mill-scalalib" % millVersion.value)
38
val monocleCore = "com.github.julien-truffaut" %% "monocle-core" % "2.1.0"
39
val munit = "org.scalameta" %% "munit" % "0.7.26"
40
- val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.3"
+ val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.5"
41
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % munit.revision
42
val refined = "eu.timepit" %% "refined" % "0.9.24"
43
val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision
0 commit comments