diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d45ec4db4..83d2bda3e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/project/build.properties b/project/build.properties index 8522443ded..6adcdc753f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.2 +sbt.version=1.3.3