We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25519f8 commit 0f008fbCopy full SHA for 0f008fb
1 file changed
deps.sc
@@ -10,7 +10,7 @@ object Scala {
10
object Deps {
11
def expecty = ivy"com.eed3si9n.expecty::expecty::0.17.0"
12
def interface = ivy"io.get-coursier:interface:1.0.28"
13
- def munit = ivy"org.scalameta::munit::1.0.3"
+ def munit = ivy"org.scalameta::munit::1.0.4"
14
def pprint = ivy"com.lihaoyi::pprint::0.9.0"
15
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
16
}
0 commit comments