From 7ead16fb5e8ee58576524cb5661c33533e6cd888 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 16 Jun 2019 18:50:06 -0700 Subject: utest 0.7.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index aed391d4..a9527c1c 100755 --- a/build.sc +++ b/build.sc @@ -50,7 +50,7 @@ trait MillModule extends MillApiModule{ outer => def moduleDeps = if (this == main.test) Seq(main) else Seq(outer, main.test) - def ivyDeps = Agg(ivy"com.lihaoyi::utest:0.6.4") + def ivyDeps = Agg(ivy"com.lihaoyi::utest:0.7.1") def testFrameworks = Seq("mill.UTestFramework") def scalacPluginClasspath = super.scalacPluginClasspath() ++ Seq(main.moduledefs.jar()) -- cgit v1.2.3