Skip to content

Commit a05d71a

Browse files
authored
Merge pull request scala#9879 from scala-steward/update/2.12.x/sbt-1.5.8
Update sbt to 1.5.8 in 2.12.x
2 parents 553fdda + bf6837a commit a05d71a

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)