Skip to content

Commit 964a09f

Browse files
authored
Merge pull request #581 from typelevel/update/series/0.x/utest-0.8.4
Update utest to 0.8.4 in series/0.x
2 parents cb03bad + 5c1d1db commit 964a09f

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)