Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent a955c40 commit 2d73dec
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 @@ -21,7 +21,7 @@ object Deps {
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:${Versions.jsoniterScala}"
def jsoniterMacros =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Versions.jsoniterScala}"
def munit = ivy"org.scalameta::munit:0.7.29"
def munit = ivy"org.scalameta::munit:1.0.0"
def osLib = ivy"com.lihaoyi::os-lib:0.9.3"
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"

Expand Down

0 comments on commit 2d73dec

Please sign in to comment.