diff --git a/build.sbt b/build.sbt index ca89680..0f1cf14 100644 --- a/build.sbt +++ b/build.sbt @@ -368,7 +368,7 @@ lazy val commonSettings = Def.settings( libraryDependencies ++= Seq( "com.thesamet.scalapb" %%% "scalapb-runtime" % scalapbV.value, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbV.value % "protobuf,test", - "com.lihaoyi" %%% "utest" % "0.8.3" % "test", + "com.lihaoyi" %%% "utest" % "0.8.4" % "test", ), testFrameworks += new TestFramework("utest.runner.Framework"), (Global / pomExtra) := {