We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553fdda + bf6837a commit a05d71aCopy full SHA for a05d71a
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.5.7
+sbt.version=1.5.8
scripts/common
@@ -15,7 +15,7 @@ rm -rf "$WORKSPACE/resolutionScratch_"
15
mkdir -p "$WORKSPACE/resolutionScratch_"
16
17
SBT_CMD=${SBT_CMD-sbt}
18
-SBT_CMD="$SBT_CMD -sbt-version 1.5.7"
+SBT_CMD="$SBT_CMD -sbt-version 1.5.8"
19
20
# repo to publish builds
21
integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifactory/scala-integration/"}
0 commit comments