We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
current readme says...
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaProject
I think it should read...
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaPlugin
The text was updated successfully, but these errors were encountered:
Hi!
It's correct, I deprecated IdeaPlugin in this commit: http://github.com/mpeltonen/sbt-idea-plugin/commit/8dc33460a0a44dd19386312fef70dcf5743f2826
But I probably forgot to update the plugin binary after that commit. I just uploaded the latest snapshot into Maven repo.
-Mikko-
Sorry, something went wrong.
No branches or pull requests
Hi
current readme says...
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaProject
I think it should read...
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaPlugin
The text was updated successfully, but these errors were encountered: