Skip to content

Commit

Permalink
Update svm to 22.3.0 (#1689)
Browse files Browse the repository at this point in the history
* Update svm to 22.2.0.1

* Update svm to 22.3.0

Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
scala-steward and Gedochao committed Dec 19, 2022
1 parent 3910c24 commit b2b20a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -188,7 +188,7 @@ object BuildDeps {
def scalaCliVersion = "0.1.9"
}

def graalVmVersion = "22.2.0"
def graalVmVersion = "22.3.0"
def graalVmJavaVersion = 17
def graalVmJvmId = s"graalvm-java$graalVmJavaVersion:$graalVmVersion"

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Expand Up @@ -788,7 +788,7 @@ GraalVM Java major version to use to build GraalVM native images (17 by default)

### `--graalvm-version`

GraalVM version to use to build GraalVM native images (22.2.0 by default)
GraalVM version to use to build GraalVM native images (22.3.0 by default)

### `--graalvm-jvm-id`

Expand Down

0 comments on commit b2b20a2

Please sign in to comment.