Bump SBT and GraalVM versions (#247)

This commit is contained in:
Ara Adkins 2019-10-17 10:07:47 +01:00 committed by GitHub
parent eea14f313a
commit 2da7442ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -17,9 +17,8 @@ trigger:
pr: none
variables:
graalVersion: 19.2.0.1 # Please ensure this is in sync with the graalAPIVersion in build.sbt
sbtVersion: 1.3.2 # Please ensure this is in sync with project/build.properties
historicMacOSSbtFormula: https://raw.githubusercontent.com/Homebrew/homebrew-core/5311047af872538de3bd9fa10d78eda3185a7559/Formula/sbt.rb
graalVersion: 19.2.1 # Please ensure this is in sync with the graalAPIVersion in build.sbt
sbtVersion: 1.3.3 # Please ensure this is in sync with project/build.properties
jobs:
- job: Linux

View File

@ -1 +1 @@
sbt.version=1.3.2
sbt.version=1.3.3