Skip to content

Commit

Permalink
Fix scala version to work with graal
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Sep 30, 2020
1 parent a74bcae commit 4cc5887
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4cc5887

Please sign in to comment.