[0.13.5] error: value enablePlugins is not a member of sbt.Project
See original GitHub issueI asked about this issue at (https://github.com/ensime/ensime-sbt/issues/60) and then at https://github.com/playframework/playframework/issues/3398. Now it really looks like the issue is with sbt itself.
Can somebody try to load https://github.com/betehess/ensime-issue-60 and if it works, then try gen-ensime
?
Note: I have the same issue with the latest build of sbt.
Issue Analytics
- State:
- Created 9 years ago
- Comments:22 (10 by maintainers)
Top Results From Across the Web
Why does sbt report "value enablePlugins is not a member of ...
I have the line sbt.version=0.13.5 in project/build.properties and I've made sure my sbt version is the latest. My code is exactly that ...
Read more >Scala – Why does sbt report “value enablePlugins is not a ...
I've just been getting the following error when trying to compile any Play applications: error: value enablePlugins is not a member of sbt.Project...
Read more >Error configuring gatling-sbt using enablePlugins(GatlingPlugin)
Here's my terminal output when trying to run sbt in the root directory of my project (sanitized with ellipses to protect the innocent...
Read more >sbt Reference Manual — Migrating from sbt 0.13.x
Remove scripted-plugin from project/plugins.sbt , and just use: lazy val root = (project in file(".")) .enablePlugins(SbtPlugin) ...
Read more >sbt/sbt-native-packager - Gitter
I'm suddenly unable to use sbt's native packager to build my projects. ... error: value map is not a member of (sbt.TaskKey[java.io.File], sbt....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My experience: Hit this problem using 0.13.7. After disabling all plugins in
~/.sbt/
and deleting~/.ivy2
, I was able to clear it. Cleaning ivy cache was the last separate change I made that resolved it.Closing this since it’s probably no longer an issue in sbt 1.x.