Skip to content

Commit

Permalink
csl: Bump sbt version
Browse files Browse the repository at this point in the history
Problem/Solution

Bump the sbt to 1.3.10 to help OSS experiment cross-building our libs with Dotty/Scala3.
sbt-dotty requires 1.3.10.

JIRA Issues: CSL-9718

Differential Revision: https://phabricator.twitter.biz/D476543
  • Loading branch information
yufangong authored and jenkins committed May 1, 2020
1 parent 82270a8 commit 6ee7b49
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.2.8
sbt.version=1.3.10
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.2.8
sbtver=1.3.10
sbtjar=sbt-launch.jar
sbtsha128=073c169c6e1a47b8ae78a7a718b907424dedab30
sbtsha128=f49861befe36746728182ea7efb30096c724b0d7

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

Expand Down

0 comments on commit 6ee7b49

Please sign in to comment.