From fa84410c89fb6a3fe5d3d26a8269f37e05f6d455 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Sep 2022 17:38:41 +0000 Subject: [PATCH] Update utest to 0.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d5882bb..1dbb05e 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val scalarx = crossProject(JSPlatform, JVMPlatform) libraryDependencies ++= Seq( "com.github.julien-truffaut" %%% "monocle-core" % monocleVersion, "com.github.julien-truffaut" %%% "monocle-macro" % monocleVersion % "test", - "com.lihaoyi" %%% "utest" % "0.7.11" % "test", + "com.lihaoyi" %%% "utest" % "0.8.1" % "test", "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "org.scala-lang.modules" %%% "scala-collection-compat" % "2.6.0", "com.lihaoyi" %% "acyclic" % acyclicVersion % "provided"