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 b9769c6 commit db4e307Copy full SHA for db4e307
build.sc
@@ -32,7 +32,7 @@ object Deps {
32
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
33
def shapeless = ivy"com.chuusai::shapeless::2.3.12"
34
def sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
35
- def utest = ivy"com.lihaoyi::utest::0.8.4"
+ def utest = ivy"com.lihaoyi::utest::0.8.5"
36
}
37
38
object annotations extends Module {
0 commit comments