Skip to content

Commit

Permalink
ci: cleanup in package.sc
Browse files Browse the repository at this point in the history
- remove superfluous parameters
- bump scala version
  • Loading branch information
MartinHH committed Oct 28, 2023
1 parent 48df635 commit abac7ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/package.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala "3.2.2"
//> using scala "3.3.1"
//> using lib "com.lihaoyi::os-lib:0.9.1"
//> using file "../../src/main/scala/io/github/martinhh/sl/ProjectDefs.scala"
import scala.util.Properties
Expand All @@ -22,8 +22,6 @@ os.proc(
".",
"-o",
binOutputPath,
"--version",
Version,
"--native-image"
).call(cwd = os.pwd, stdout = os.Inherit)
.out
Expand Down

0 comments on commit abac7ee

Please sign in to comment.