Skip to content

Commit

Permalink
Update utest from 0.8.1 to 0.8.2 (#1407)
Browse files Browse the repository at this point in the history
Pull request: #1407
  • Loading branch information
scala-steward authored Mar 5, 2024
1 parent 3e75635 commit c58df82
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 @@ -118,7 +118,7 @@ object Deps {
else "3.1.3"
ivy"com.lihaoyi::upickle:$ver"
}
val utest = ivy"com.lihaoyi::utest:0.8.1"
val utest = ivy"com.lihaoyi::utest:0.8.2"
}

trait AmmInternalModule extends CrossSbtModule with Bloop.Module {
Expand Down

0 comments on commit c58df82

Please sign in to comment.