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 5a0be29 + 39582ed commit 4ee1930Copy full SHA for 4ee1930
project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
37
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.6").cross(CrossVersion.for3Use2_13)
38
39
// test dependencies
40
- val munit = "org.scalameta" %% "munit" % "1.0.4"
+ val munit = "org.scalameta" %% "munit" % "1.1.0"
41
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
42
val coursierJvm = "io.get-coursier" %% "coursier-jvm" % coursierVersion
43
}
0 commit comments