Skip to content

Commit 72c55ca

Browse files
committed
upgrade all sbt versions to 1.2.7
followup to scala#7496
1 parent e7e1466 commit 72c55ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
fi
1212

1313
SBT_CMD=${SBT_CMD-sbt}
14-
SBT_CMD="$SBT_CMD -sbt-version 1.2.3"
14+
SBT_CMD="$SBT_CMD -sbt-version 1.2.7"
1515

1616
# repo to publish builds
1717
integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifactory/scala-integration/"}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.4
1+
sbt.version=1.2.7
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.5
1+
sbt.version=1.2.7

0 commit comments

Comments
 (0)