Skip to content

Commit

Permalink
Merge pull request #46 from scala-steward/update/utest-0.7.4
Browse files Browse the repository at this point in the history
Update utest to 0.7.4
  • Loading branch information
djspiewak authored Jul 21, 2020
2 parents 81f371c + 4d0f5e2 commit 25233f1
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 @@ -81,7 +81,7 @@ lazy val utest = project
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"org.typelevel" %% "cats-effect-laws" % catsEffectVersion,
"com.lihaoyi" %% "utest" % "0.7.3"))
"com.lihaoyi" %% "utest" % "0.7.4"))

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

0 comments on commit 25233f1

Please sign in to comment.