From d76c0fc781a1ff8abb4a6312ffd24372cc84ef0c Mon Sep 17 00:00:00 2001
From: Ismael Juma <ismael@juma.me.uk>
Date: Tue, 27 Sep 2011 23:13:38 +0100
Subject: [PATCH] Upgrade to sbt-idea 0.11.0 final.

---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4bfc7f2af5..e68aa29902 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,7 +3,7 @@ resolvers ++= Seq(
   Classpaths.typesafeResolver
 )
 
-addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0-SNAPSHOT")
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0")
 
 addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.4.0")
 
-- 
GitLab