Skip to content

Commit 5c1d1db

Browse files
Update utest to 0.8.4 in series/0.x
1 parent cb03bad commit 5c1d1db

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
@@ -92,7 +92,7 @@ lazy val utest = project
9292
libraryDependencies ++= Seq(
9393
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
9494
"org.typelevel" %% "cats-effect-laws" % CatsEffectVersion,
95-
"com.lihaoyi" %% "utest" % "0.8.3"))
95+
"com.lihaoyi" %% "utest" % "0.8.4"))
9696

9797
lazy val minitest = project
9898
.in(file("minitest"))

0 commit comments

Comments
 (0)