Skip to content

Commit

Permalink
Merge pull request #75 from scala-steward/update/utest-0.8.2
Browse files Browse the repository at this point in the history
Update utest to 0.8.2
  • Loading branch information
tgodzik authored Nov 14, 2023
2 parents d737fef + ac2ffc3 commit f9e8690
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 @@ -13,7 +13,7 @@ import scala.util.Properties
def scalaDefaultVersion = "2.12.18"
def coursierVersion = "2.1.7"
def graalVmVersion = "22.1.0"
def utestVersion = "0.8.1"
def utestVersion = "0.8.2"

object `cs-m1` extends JavaModule with NativeImage {
def ivyDeps = super.ivyDeps() ++ Seq(
Expand Down

0 comments on commit f9e8690

Please sign in to comment.