Skip to content

Commit

Permalink
csl: bump the sbt version across the board
Browse files Browse the repository at this point in the history
Problem

We have mismatched sbt versions, but 1.2.8 seems to work better for 2.13.

Solution

Get consistent sbt versions across the board.

JIRA Issues: CSL-8768

Differential Revision: https://phabricator.twitter.biz/D363311
  • Loading branch information
mosesn authored and jenkins committed Aug 28, 2019
1 parent 42e133b commit 026cf08
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.1.4
sbt.version=1.2.8
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.1.4
sbtver=1.2.8
sbtjar=sbt-launch.jar
sbtsha128=ac6b13b709e3c0e3a8b2b3bf3031ec57660cb813
sbtsha128=073c169c6e1a47b8ae78a7a718b907424dedab30

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

Expand Down

0 comments on commit 026cf08

Please sign in to comment.