Skip to content

Commit

Permalink
Upgrade: sbt-native-image 0.3.0 => 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Dec 30, 2022
1 parent a9a79dc commit 7f51f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-graal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run-binary: maven2sbt-cli.exe
- os: macos-latest
run-binary: maven2sbt-cli.exe
- os: windows-latest
- os: windows-2019
run-binary: maven2sbt-cli
steps:

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [windows-2019]
run-binary: [maven2sbt-cli]
steps:
- name: Configure git
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.0.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.0")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2")

val sbtDevOopsVersion = "2.23.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOopsVersion)
Expand Down

0 comments on commit 7f51f79

Please sign in to comment.