Skip to content

Commit

Permalink
Bump scala-native & os-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jul 16, 2023
1 parent 402fffd commit adfd408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/package.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.0"
//> using lib "com.lihaoyi::os-lib:0.9.0"
//> using lib "com.lihaoyi::os-lib:0.9.1"

import scala.util.Properties

Expand Down Expand Up @@ -27,7 +27,7 @@ os.proc(scalaCLILauncher, "package", "./ulc", "-o", destPath("graal"), "--native
.text()
.trim

os.proc(scalaCLILauncher, "package", "./ulc", "-o", destPath("native"), "--native", "--native-version", "0.4.7")
os.proc(scalaCLILauncher, "package", "./ulc", "-o", destPath("native"), "--native", "--native-version", "0.4.14")
.call(cwd = os.pwd)
.out
.text()
Expand Down

0 comments on commit adfd408

Please sign in to comment.