-
Notifications
You must be signed in to change notification settings - Fork 387
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.3.5 #926
sbt 1.3.5 #926
Conversation
After restarting a few build steps for strange lock errors everything went through, but the docker-compose testing seems broken. It could be the exclusions I added.
|
Looks like the mima plugin is reporting new problems for some reason. |
The new version of MiMa discovers the change in generics on |
9cafbb1
to
e971485
Compare
The integration tests still fail for a missing class. I need to revisit the dependency exclusions. |
The test run further this time but failed for another missing class
https://travis-ci.org/akka/alpakka-kafka/jobs/599684381#L3634 For some reason, the transitive dependencies of the "docker-client" library are not added automatically by coursier. With the work in #939 we might be able to do this testing without the "docker-client", so let's wait for that. |
With sbt 1.3.4 the Dependency Graph works again. This is good to go, I think. |
Failure is #611 |
The terminal colours are lost here, as well. |
This looks like a regression in sbt https://travis-ci.org/akka/alpakka-kafka/jobs/625607995#L1065 |
An even here shows #957 https://travis-ci.org/akka/alpakka-kafka/jobs/625607991#L978 |
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.
LGTM
Use sbt 1.3.2 in the build and adapt caching directories in Travis.