Skip to content

Commit

Permalink
Update utest to 0.7.11 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent 6165725 commit cf954a0
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 @@ -36,7 +36,7 @@ lazy val publishSettings = Seq(
lazy val testSettings = Seq(
Test / scalacOptions ++= Seq("-Yrangepos", "-feature"),
testFrameworks += new TestFramework("utest.runner.Framework"),
libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.10" % Test)
libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.11" % Test)
)

lazy val parentProject = project
Expand Down

0 comments on commit cf954a0

Please sign in to comment.