Skip to content

Commit

Permalink
{util,scrooge,twitter-server,finagle,finatra}: Upgrade sbt to 1.6.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Gary Grossman authored and jenkins committed Jan 12, 2022
1 parent 4ddeaf8 commit 68c5a8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: continuous integration
env:
JAVA_OPTS: "-Dsbt.log.noformat=true"
TRAVIS: "true" # pretend we're TravisCI
SBT_VERSION: 1.5.5
SBT_VERSION: 1.6.1
BUILD_VERSION: "v1" # bump this if builds are failing due to a bad cache

defaults:
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.6.1
4 changes: 2 additions & 2 deletions sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -eo pipefail

sbtver="1.5.5"
sbtver="1.6.1"
sbtjar="sbt-launch-$sbtver.jar"
sbtsha128="3beb23e861de5021bd80ca52113b075321580265"
sbtsha128="b69ab7f114d09d859b5e349acdb05d32c9d49072"

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

Expand Down

0 comments on commit 68c5a8a

Please sign in to comment.