Skip to content

Commit

Permalink
Upgrade sbt to 1.1.4
Browse files Browse the repository at this point in the history
Summary: Problem/Solution:

Upgrading sbt to a newer version.

Result:

Adaptive Scrooge generates some java class files and it is causing sbt compile
failing, temporary turn it off.

JIRA Issues: CSL-5992

Differential Revision: https://phabricator.twitter.biz/D163144
  • Loading branch information
yufangong authored and jenkins committed Apr 26, 2018
1 parent 979b9ff commit 63eb5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.0
sbt.version=1.1.4
4 changes: 2 additions & 2 deletions sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

sbtver=1.0.3
sbtver=1.1.4
sbtjar=sbt-launch.jar
sbtsha128=f55b2016e6cace9af7ac4a667dc0092572811cfb
sbtsha128=ac6b13b709e3c0e3a8b2b3bf3031ec57660cb813

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

Expand Down

0 comments on commit 63eb5e1

Please sign in to comment.