Skip to content
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

Revert akka-libs-210 to 49d90828517bd03dbb52e878430c4af47df33992 #79

Merged
merged 1 commit into from
Dec 1, 2014

Conversation

gkossakowski
Copy link
Member

This is in the same spirit as #77. We fix the following failure:

[akka-libs-210:error] /localhome/jenkinsdbuild2/workspace/Community-2.11.x/target-0.9.1/extraction/94fbde165839e00534c4e811d5679de9131de75d/projects/802460bf35a671575eeb16ae328523c194910d7e/build.sbt:1: error: not found: value enablePlugins
[akka-libs-210:error] enablePlugins(akka.RootSettings)
[akka-libs-210:error] ^
[akka-libs-210] [error] Type error in expression
[akka-libs-210] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?

https://jenkins-dbuild.typesafe.com:8499/job/Community-2.11.x/366/consoleFull

I believe this error is caused by the fact that enablePlugins is available
in sbt 0.13.6 only.

This is in the same spirit as scala#77. We fix the following failure:

[akka-libs-210:error] /localhome/jenkinsdbuild2/workspace/Community-2.11.x/target-0.9.1/extraction/94fbde165839e00534c4e811d5679de9131de75d/projects/802460bf35a671575eeb16ae328523c194910d7e/build.sbt:1: error: not found: value enablePlugins
[akka-libs-210:error] enablePlugins(akka.RootSettings)
[akka-libs-210:error] ^
[akka-libs-210] [error] Type error in expression
[akka-libs-210] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?

https://jenkins-dbuild.typesafe.com:8499/job/Community-2.11.x/366/consoleFull

I believe this error is caused by the fact that enablePlugins is available
in sbt 0.13.6 only.
@gkossakowski
Copy link
Member Author

Merging it to unbreak dbuild.

gkossakowski added a commit that referenced this pull request Dec 1, 2014
Revert akka-libs-210 to 49d90828517bd03dbb52e878430c4af47df33992
@gkossakowski gkossakowski merged commit 2e39ed4 into scala:master Dec 1, 2014
@gkossakowski gkossakowski deleted the akka-revert branch December 1, 2014 18:32
@gkossakowski gkossakowski mentioned this pull request Dec 1, 2014
@cunei
Copy link

cunei commented Dec 1, 2014

You can also use sbt 0.13.6 or 0.13.7 for one project only: just introduce an extra.sbt-version in that project, which will then override the general one (see the sbt-republish project, for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants