Skip to content

Commit

Permalink
Merge pull request #522 from typelevel/update/series/0.x/utest-0.8.2
Browse files Browse the repository at this point in the history
Update utest to 0.8.2 in series/0.x
  • Loading branch information
sh0hei authored Nov 7, 2023
2 parents a7b316d + 5d04bd5 commit 2128cc2
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 @@ -92,7 +92,7 @@ lazy val utest = project
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
"org.typelevel" %% "cats-effect-laws" % CatsEffectVersion,
"com.lihaoyi" %% "utest" % "0.8.1"))
"com.lihaoyi" %% "utest" % "0.8.2"))

lazy val minitest = project
.in(file("minitest"))
Expand Down

0 comments on commit 2128cc2

Please sign in to comment.