Skip to content

Commit

Permalink
Updated README (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
timperrett committed Aug 5, 2011
1 parent ad4912f commit 3446c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Specifically, in project/plugins/build.sbt define the following:

<pre><code>resolvers += "sonatype.repo" at "https://oss.sonatype.org/content/groups/public"

libraryDependencies += "eu.getintheloop" %% "sbt-cloudbees-plugin" % "0.3.1"
libraryDependencies <+= sbtVersion(v => "eu.getintheloop" %% "sbt-cloudbees-plugin" % ("0.3.1_"+v))
</code></pre>

Add the plugin to your built.sbt project file like so:
Expand Down

0 comments on commit 3446c6e

Please sign in to comment.