summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-18 14:34:29 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-18 14:34:29 -0700
commit7f9d508afe1e3e01ff0b5ed50e678d6798004b47 (patch)
treee56e1d2ad03a2cba85dcc2b6f1d7b9b0e2f0c1e7 /build.sc
parentfdd924eaeb2e31a3772733765eeb5882eec0f593 (diff)
downloadmill-7f9d508afe1e3e01ff0b5ed50e678d6798004b47.tar.gz
mill-7f9d508afe1e3e01ff0b5ed50e678d6798004b47.tar.bz2
mill-7f9d508afe1e3e01ff0b5ed50e678d6798004b47.zip
bump utest version
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())
}