Skip to content

Commit

Permalink
Merge pull request #31 from scala-steward/update/utest-0.8.3
Browse files Browse the repository at this point in the history
Update utest to 0.8.3
  • Loading branch information
tgodzik authored Apr 18, 2024
2 parents 1b0c35c + 09843fc commit c058529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ object `java-class-name-tests` extends ScalaModule {
def launcher: T[PathRef]
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"com.lihaoyi::os-lib:0.10.0",
ivy"com.lihaoyi::utest:0.8.2"
ivy"com.lihaoyi::utest:0.8.3"
)
def testFramework = "utest.runner.Framework"
def forkEnv = super.forkEnv() ++ Seq(
Expand Down

0 comments on commit c058529

Please sign in to comment.