Skip to content

Commit

Permalink
Update utest to 0.7.11 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 17, 2023
1 parent db35130 commit 375264b
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 @@ -37,7 +37,7 @@ lazy val versions = crossProject(JVMPlatform, JSPlatform)
.settings(
shared,
libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.7.4" % Test,
"com.lihaoyi" %% "utest" % "0.7.11" % Test,
"io.github.alexarchambault" %% "data-class" % "0.2.6" % Provided
),
testFrameworks += new TestFramework("utest.runner.Framework"),
Expand Down

0 comments on commit 375264b

Please sign in to comment.