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 ad1e25a commit 1399f30Copy full SHA for 1399f30
project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
38
val millVersion = Def.setting(if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.9.4")
39
val millScalalib = Def.setting("com.lihaoyi" %% "mill-scalalib" % millVersion.value)
40
val monocleCore = "com.github.julien-truffaut" %% "monocle-core" % "2.1.0"
41
- val munit = "org.scalameta" %% "munit" % "0.7.20"
+ val munit = "org.scalameta" %% "munit" % "0.7.21"
42
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % munit.revision
43
val refined = "eu.timepit" %% "refined" % "0.9.20"
44
val refinedCats = "eu.timepit" %% "refined-cats" % refined.revision
0 commit comments