From fe192603f32ba8b32d2f1eda712dfe0f5eadc5bb Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 8 Mar 2012 20:58:00 -0500 Subject: [PATCH] new resolver --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0be2115..bbb9eaa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Add the following to your plugin definition addSbtPlugin("me.lessis" % "jot" % "0.1.0") +And if you haven't added it already, add the community sbt resolver + + resolvers += Resolver.url("sbt-plugin-releases", + url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))( + Resolver.ivyStylePatterns) + And add following in your build definition seq(jotSettings:_*)