Skip to content

Commit

Permalink
Merge pull request suzaku-io#256 from scala-steward/update/utest-0.8.0
Browse files Browse the repository at this point in the history
Update utest to 0.8.0
  • Loading branch information
cquiroz authored Jul 7, 2022
2 parents de68d59 + 130f634 commit 486457c
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 @@ -43,7 +43,7 @@ val commonSettings = Seq(
}.value,
testFrameworks += new TestFramework("utest.runner.Framework"),
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "utest" % "0.7.11" % "test"
"com.lihaoyi" %%% "utest" % "0.8.0" % "test"
),
libraryDependencies += scalaVerDependent {
case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
Expand Down

0 comments on commit 486457c

Please sign in to comment.