From 4e90da62344e61043d724c2fa56c9a18d383f575 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 1 Nov 2012 22:20:46 +0100 Subject: upgrade sbt eclipse plugin --- .gitignore | 1 + project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95fb969..8e20ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ project/plugins/project/ .project .classpath .cache +.settings/ diff --git a/project/plugins.sbt b/project/plugins.sbt index cbf2566..4c54234 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ resolvers += Classpaths.typesafeResolver -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0") -- cgit v1.2.3