question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.13.5] error: value enablePlugins is not a member of sbt.Project

See original GitHub issue

I 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:closed
  • Created 9 years ago
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
benhutchisoncommented, Jan 16, 2015

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.

0reactions
eed3si9ncommented, Jun 18, 2018

Closing this since it’s probably no longer an issue in sbt 1.x.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found