Skip to content

Commit 68c5a8a

Browse files
Gary Grossmanjenkins
Gary Grossman
authored and
jenkins
committed
{util,scrooge,twitter-server,finagle,finatra}: Upgrade sbt to 1.6.1
Problem / Solution Update to sbt 1.6.1 Signed-off-by: Moses Nakamura <[email protected]> JIRA Issues: CSL-11546 Differential Revision: https://phabricator.twitter.biz/D810355
1 parent 4ddeaf8 commit 68c5a8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: continuous integration
33
env:
44
JAVA_OPTS: "-Dsbt.log.noformat=true"
55
TRAVIS: "true" # pretend we're TravisCI
6-
SBT_VERSION: 1.5.5
6+
SBT_VERSION: 1.6.1
77
BUILD_VERSION: "v1" # bump this if builds are failing due to a bad cache
88

99
defaults:

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.6.1

Diff for: sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -eo pipefail
44

5-
sbtver="1.5.5"
5+
sbtver="1.6.1"
66
sbtjar="sbt-launch-$sbtver.jar"
7-
sbtsha128="3beb23e861de5021bd80ca52113b075321580265"
7+
sbtsha128="b69ab7f114d09d859b5e349acdb05d32c9d49072"
88

99
sbtrepo="https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch"
1010

0 commit comments

Comments
 (0)