From 4cc588792115858b98c3c28586dcd547526be877 Mon Sep 17 00:00:00 2001 From: machaval Date: Tue, 29 Sep 2020 23:58:36 -0300 Subject: [PATCH] Fix scala version to work with graal --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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