Skip to content

Commit

Permalink
Update utest to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2025
1 parent 803e3f5 commit c21eac1
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.13.15"
def coursierVersion = "2.1.23"
def graalVmVersion = "22.1.0"
def utestVersion = "0.8.4"
def utestVersion = "0.8.5"

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

0 comments on commit c21eac1

Please sign in to comment.