Skip to content

Commit

Permalink
Update munit to 1.0.4 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 22, 2025
1 parent 9c2facd commit d614e87
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:1.0.2"
def munit = ivy"org.scalameta::munit:1.0.4"
def osLib = ivy"com.lihaoyi::os-lib:0.10.6"
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"

Expand Down

0 comments on commit d614e87

Please sign in to comment.