We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d8295 commit cc4798fCopy full SHA for cc4798f
travis/default.yml
@@ -22,7 +22,7 @@ before_install:
22
unset SBT_OPTS
23
unset JVM_OPTS
24
unset SBT_ETC_FILE
25
- curl -L --silent "https://raw.githubusercontent.com/sbt/sbt/1.5.x/sbt" > $HOME/sbt
+ curl -L --silent "https://raw.githubusercontent.com/sbt/sbt/1.6.x/sbt" > $HOME/sbt
26
chmod +x $HOME/sbt && sudo mv $HOME/sbt /usr/local/bin/sbt
27
28
before_cache:
0 commit comments