We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52a01b commit 8b9b249Copy full SHA for 8b9b249
build.sbt
@@ -39,7 +39,7 @@ lazy val protobufRuntimeScala =
39
.settings(
40
name := "protobuf-runtime-scala",
41
libraryDependencies ++= Seq(
42
- "com.lihaoyi" %%% "utest" % "0.8.4" % "test"
+ "com.lihaoyi" %%% "utest" % "0.8.8" % "test"
43
),
44
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
45
case Some((2, v)) if v <= 11 => List("-target:jvm-1.7")
0 commit comments