summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index c012c77b..f3b3d6a4 100755
--- a/build.sc
+++ b/build.sc
@@ -61,7 +61,7 @@ trait MillModule extends MillPublishModule{ outer =>
def moduleDeps =
if (this == main.test) Seq(main)
else Seq(outer, main.test)
- def ivyDeps = Agg(ivy"com.lihaoyi::utest:0.6.0")
+ def ivyDeps = Agg(ivy"com.lihaoyi::utest:0.6.4")
def testFrameworks = Seq("mill.UTestFramework")
def scalacPluginClasspath = super.scalacPluginClasspath() ++ Seq(moduledefs.jar())
}