From a81954766f73e409eb488bebc6188841d9fca9c5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:18:56 +0100 Subject: [PATCH] Update utest to 0.8.2 (#1279) --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 086a276b2..ef7bcd898 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -81,7 +81,7 @@ object Deps { // also using the 2.13 version in Scala 3, as that's the one that Ammonite pulls (the Scala 3 one creates bin compat issues too) if (sv.startsWith("2.")) ivy"com.lihaoyi::upickle:3.1.3" else ivy"com.lihaoyi:upickle_2.13:3.1.3" - def utest = ivy"com.lihaoyi::utest:0.8.1" + def utest = ivy"com.lihaoyi::utest:0.8.2" } object ScalaVersions {