From 3604f124631b2b6a3738ac82adbeb6a537a7ef60 Mon Sep 17 00:00:00 2001 From: ijuma Date: Mon, 6 Jun 2011 17:00:09 -0700 Subject: [PATCH] Add my fork of sbt-idea as it's the most full-featured at the moment. --- Migrating-from-SBT-0.7.x-to-0.10.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrating-from-SBT-0.7.x-to-0.10.x.md b/Migrating-from-SBT-0.7.x-to-0.10.x.md index 38ffa6c..c6fabbd 100644 --- a/Migrating-from-SBT-0.7.x-to-0.10.x.md +++ b/Migrating-from-SBT-0.7.x-to-0.10.x.md @@ -94,7 +94,7 @@ By default, sbt 0.10 loads managed libraries from your ivy cache without copying This does mean that existing solutions for sharing libraries with your favoured IDE may not work. There are 0.10.x plugins for IDEs being developed: -* IntelliJ IDEA: [[https://github.com/teigen/plugins]] or [[https://github.com/scroyston/sbt-idea]] +* IntelliJ IDEA: [[https://github.com/teigen/plugins]] or [[https://github.com/scroyston/sbt-idea]] or [[https://github.com/ijuma/sbt-idea/tree/sbt-0.10]] (these will hopefully consolidate) * Netbeans: [[https://github.com/remeniuk/sbt-netbeans-plugin]] * Eclipse: [[https://github.com/typesafehub/sbteclipse]]