From 6b4a5797553264850917727a4d36ba79217ead1c Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Sun, 9 Aug 2015 11:33:13 -0700 Subject: [PATCH] New SBT eclipse plugin --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7442095..e910637 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")