Skip to content

Commit 46e4374

Browse files
committed
add sbt-eclipse plugin reference (hoping nothing breaks)
1 parent 82cdb9a commit 46e4374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/plugins.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.2")
1010
// For creating the github site
1111
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
1212

13+
// For Eclipse support
14+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
15+
1316
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
1417

1518
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")

0 commit comments

Comments
 (0)