Skip to content

Commit e20dfc3

Browse files
Update utest to 0.8.8
1 parent 4b47215 commit e20dfc3

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
@@ -119,7 +119,7 @@ lazy val parboiledOsgiSettings = osgiSettings ++ Seq(
119119

120120
/////////////////////// DEPENDENCIES /////////////////////////
121121

122-
val utest = Def.setting("com.lihaoyi" %%% "utest" % "0.8.4" % Test)
122+
val utest = Def.setting("com.lihaoyi" %%% "utest" % "0.8.8" % Test)
123123
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1" % Test)
124124
val `scala-reflect` = Def.setting("org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided)
125125

0 commit comments

Comments
 (0)