diff --git a/build.sbt b/build.sbt index e83ce79..a216cc3 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.3" % "test" + "com.lihaoyi" %%% "utest" % "0.8.4" % "test" ), scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, v)) if v <= 11 => List("-target:jvm-1.7")