From 0f6d21b13ba18c32eed9a8bd323df0821096fdac Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Mon, 6 Feb 2023 16:58:40 +0100 Subject: [PATCH] Update utest to 0.8.1 (#1323) Pull request: https://github.com/com-lihaoyi/Ammonite/pull/1323 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c4246da4c..12e70f436 100644 --- a/build.sc +++ b/build.sc @@ -106,7 +106,7 @@ object Deps { val sshdCore = ivy"org.apache.sshd:sshd-core:1.2.0" val trees = ivy"org.scalameta::trees:$scalametaVersion" val upickle = ivy"com.lihaoyi::upickle:2.0.0" - val utest = ivy"com.lihaoyi::utest:0.7.10" + val utest = ivy"com.lihaoyi::utest:0.8.1" /** A dependency containing Scala 2 macros which we apply at compile-time, even when targetting Scala 3. */ trait Use3Dep {