There was an error while loading. Please reload this page.
1 parent 9ffe9bf commit e237000Copy full SHA for e237000
1 file changed
build.mill
@@ -23,7 +23,7 @@ object Deps {
23
val geny = mvn"com.lihaoyi::geny::1.1.1"
24
val ant = mvn"org.apache.ant:ant:1.10.15"
25
val sourcecode = mvn"com.lihaoyi::sourcecode::0.4.2"
26
- val utest = mvn"com.lihaoyi::utest::0.8.4"
+ val utest = mvn"com.lihaoyi::utest::0.8.9"
27
val expecty = mvn"com.eed3si9n.expecty::expecty::0.16.0"
28
def scalaReflect(scalaVersion: String) = mvn"org.scala-lang:scala-reflect:$scalaVersion"
29
def scalaLibrary(version: String) = mvn"org.scala-lang:scala-library:${version}"
0 commit comments