Skip to content

Commit 8b9b249

Browse files
Update utest to 0.8.8 (#362)
1 parent f52a01b commit 8b9b249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy val protobufRuntimeScala =
3939
.settings(
4040
name := "protobuf-runtime-scala",
4141
libraryDependencies ++= Seq(
42-
"com.lihaoyi" %%% "utest" % "0.8.4" % "test"
42+
"com.lihaoyi" %%% "utest" % "0.8.8" % "test"
4343
),
4444
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
4545
case Some((2, v)) if v <= 11 => List("-target:jvm-1.7")

0 commit comments

Comments
 (0)