We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff8908 + ae305b0 commit 2641fb6Copy full SHA for 2641fb6
1 file changed
project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
35
val millMain = "com.lihaoyi" % "mill-main_2.13" % "0.12.9"
36
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
37
val munit = "org.scalameta" %% "munit" % "1.1.0"
38
- val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.0.0"
+ val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.1.0"
39
val munitDiff = "org.scalameta" %% "munit-diff" % munit.revision
40
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % "1.1.0"
41
val refined = "eu.timepit" %% "refined" % "0.11.3"
0 commit comments