Skip to content

Commit

Permalink
new resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Mar 9, 2012
1 parent a27ee87 commit fe19260
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,12 @@ Add the following to your plugin definition


addSbtPlugin("me.lessis" % "jot" % "0.1.0") 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 And add following in your build definition


seq(jotSettings:_*) seq(jotSettings:_*)
Expand Down

0 comments on commit fe19260

Please sign in to comment.