From adfd4081ac3890b714522c11dfb12c5c2489cdb2 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Sun, 16 Jul 2023 20:47:49 +0000 Subject: [PATCH] Bump scala-native & os-lib --- .github/scripts/package.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/package.sc b/.github/scripts/package.sc index a5aef4d..8bb3b5f 100755 --- a/.github/scripts/package.sc +++ b/.github/scripts/package.sc @@ -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 @@ -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()