Skip to content

Commit

Permalink
Update utest to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 147f6fd commit 1f0f947
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.8.0" % "test"
"com.lihaoyi" %%% "utest" % "0.8.3" % "test"
),
libraryDependencies += scalaVerDependent {
case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
Expand Down

0 comments on commit 1f0f947

Please sign in to comment.