We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cdb9a commit 46e4374Copy full SHA for 46e4374
project/plugins.sbt
@@ -10,6 +10,9 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.2")
10
// For creating the github site
11
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
12
13
+// For Eclipse support
14
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
15
+
16
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
17
18
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
0 commit comments