-
Notifications
You must be signed in to change notification settings - Fork 14
sbt 0.13 compatibility (avoid deprecated operators) #190
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
Comments
@SethTisue From looking at the sources of where dbuild writes that defs.sbt file I think these are coming from the extra settings you inject:
|
doh. ok, I'll fix |
well, actually:
I think this one is coming from dbuild. |
cunei
pushed a commit
that referenced
this issue
Oct 21, 2016
Avoid injecting deprecated operators. Fixes #190
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
dbuild inserts stuff into builds that uses the
<<=
operator, which is deprecated in sbt 0.13this causes noise in build logs:
worse, if somebody has
-Xfatal-warnings
enabled for their build definition itself, it fails the buildfyi @dwijnand
The text was updated successfully, but these errors were encountered: