-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SBT 1.1.1 #1102
SBT 1.1.1 #1102
Conversation
How come upgrading SBT fails the build? |
That one failing travis job is trying to download from
instead of
🤔 |
@dwickern sbt plugins are just libraries that use sbt. If you use slash syntax in the plugin part of the code it will push the minimum requirement since it will require function calls that sbt 1.0.x won't understand. You can still use it in your |
Hi, |
Next try. I killed all build caches an restarted the failing job. |
Any luck? |
Nope 😔 |
My bad. I should have looked at our # workaround for https://github.com/travis-ci/travis-ci/issues/4527
before_script:
- curl -L --create-dirs -o $HOME/.sbt/launchers/1.0.2/sbt-launch.jar http://dl.bintray.com/sbt/maven-releases/org/scala-sbt/sbt-launch/1.0.2/sbt-launch.jar You need to adjust that line as well. |
3ef6f2c
to
0920de4
Compare
All good @muuki88 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 😎
No description provided.