diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5816730..e54354d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: pull_request: branches: [ master ] env: - NATIVE_VERSION: 1.0.8 + NATIVE_VERSION: 1.0.9 # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beaccc5..a2fd1fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel env: - NATIVE_VERSION: 1.0.8 + NATIVE_VERSION: 1.0.9 jobs: diff --git a/gradle.properties b/gradle.properties index 2e0acc7..646387b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ weaveVersion=2.3.2-SNAPSHOT -nativeVersion=1.0.8 -scalaVersion=2.12.12 +nativeVersion=1.0.9 +scalaVersion=2.12.11 graalvmVersion=20.2.0