Skip to content

Commit

Permalink
Update os-lib to 0.10.6 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 12, 2024
1 parent a955c40 commit 327b39a
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 @@ -22,7 +22,7 @@ object Deps {
def jsoniterMacros =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Versions.jsoniterScala}"
def munit = ivy"org.scalameta::munit:0.7.29"
def osLib = ivy"com.lihaoyi::os-lib:0.9.3"
def osLib = ivy"com.lihaoyi::os-lib:0.10.6"
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"

def graalVmVersion = "22.3.1"
Expand Down

0 comments on commit 327b39a

Please sign in to comment.