From 5952566bcca85e92dc426420cfca48a58ca6c332 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jul 2025 03:39:50 +0000 Subject: [PATCH] Update utest to 0.8.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f373fa9..7ffee6c 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val protobufRuntimeScala = .settings( name := "protobuf-runtime-scala", libraryDependencies ++= Seq( - "com.lihaoyi" %%% "utest" % "0.8.4" % "test" + "com.lihaoyi" %%% "utest" % "0.8.8" % "test" ), scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, v)) if v <= 11 => List("-target:jvm-1.7")