We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5e380 commit cedb1e6Copy full SHA for cedb1e6
1 file changed
project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
35
val millMain = "com.lihaoyi" % "mill-runner-launcher_3" % "1.1.3"
36
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
37
val munit = "org.scalameta" %% "munit" % "1.2.4"
38
- val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.1.0"
+ val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.2.0"
39
val munitDiff = "org.scalameta" %% "munit-diff" % munit.revision
40
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % "1.2.0"
41
val refined = "eu.timepit" %% "refined" % "0.11.3"
0 commit comments