Skip to content

Commit

Permalink
Update utest to 0.8.4 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 14, 2024
1 parent af21839 commit 6844abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6844abc

Please sign in to comment.