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 ac6b29a + 8b48a15 commit 871b812Copy full SHA for 871b812
project/Dependencies.scala
@@ -77,7 +77,7 @@ object Dependencies {
77
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"
78
79
val utest = "com.lihaoyi" %% "utest" % "0.8.4"
80
- def munit = "org.scalameta" %% "munit" % "1.0.2"
+ def munit = "org.scalameta" %% "munit" % "1.0.3"
81
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.0"
82
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
83
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.3"
0 commit comments