Skip to content

Commit bf6837a

Browse files
scala-stewardSethTisue
authored andcommitted
Update sbt to 1.5.8 in 2.12.x
1 parent 553fdda commit bf6837a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.7
1+
sbt.version=1.5.8

scripts/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rm -rf "$WORKSPACE/resolutionScratch_"
1515
mkdir -p "$WORKSPACE/resolutionScratch_"
1616

1717
SBT_CMD=${SBT_CMD-sbt}
18-
SBT_CMD="$SBT_CMD -sbt-version 1.5.7"
18+
SBT_CMD="$SBT_CMD -sbt-version 1.5.8"
1919

2020
# repo to publish builds
2121
integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifactory/scala-integration/"}

0 commit comments

Comments
 (0)