Skip to content

Commit c8edde5

Browse files
committed
No need to use sbt-idea plugin any more; just import from IntelliJ
1 parent b79214f commit c8edde5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/plugins.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
// Run sbt eclipse to create Eclipse project file
2-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0")
3-
4-
// Run sbt gen-idea to create IntelliJ project file
5-
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
2+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")

0 commit comments

Comments
 (0)