Skip to content

Commit 1fe0d04

Browse files
committed
Update utest to 0.9.4
1 parent 8677ba5 commit 1fe0d04

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.9" % "test"
42+
"com.lihaoyi" %%% "utest" % "0.9.4" % "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)