-
Notifications
You must be signed in to change notification settings - Fork 22
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
sbt1.3.2 #38
sbt1.3.2 #38
Conversation
Thanks! The |
sbt now uses coursier since |
.travis.yml
Outdated
@@ -7,7 +7,7 @@ matrix: | |||
- env: SBT_VERSION="0.13.18" | |||
scala: 2.10.7 | |||
|
|||
- env: SBT_VERSION="1.2.8" | |||
- env: SBT_VERSION="1.3.0" |
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.
Let's keep sbt 1.2.8 in the matrix and also add 1.3.0. I'd like to make sure all the tests pass for both 1.2.8 (which uses Ivy) and 1.3.0 (which uses Coursier).
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.
Thanks! Sorry I forgot about your PR
No description provided.