-
Notifications
You must be signed in to change notification settings - Fork 59
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
bump sbt version, add scalatags, unfork monocle, unfork cats, unfreeze Akka, unbreak scalaz #371
Conversation
the deprecation of the old style sbt operators sure causes a lot of noise in the build logs :-\ on the balance, I think it's worth doing though. dogfooding new sbt version is important. over time, as project maintainers update their builds, the noise level should go down |
34eeea5
to
17dc499
Compare
we'd tried this before but at the time, didn't have Lars' fork to use it's good to have both for itself, and as a dependency of scalacss which we want to try and add also
scalaz recently merged simultaneous ScalaCheck 1.12/1.13 support. as a result dbuild complained of conflicting artifacts being published. and we have to disable test code that now requires 1.13
17dc499
to
cd67a26
Compare
I'm going to go ahead and merge — we haven't seen a fully green run yet, because low-level dependencies keep changing, but I think I have enough evidence from various runs |
@SethTisue The akka build will probably fail for |
@SethTisue And now the akka fixes are in master. |
thanks Björn! |
(there is no relation between these changes)