Skip to content

Commit

Permalink
Fix sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Jun 23, 2017
1 parent 28ff1f9 commit 54c40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commands:
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

// For sbt 0.13.x, 1.0.0-M15 and 1.0.0-M16
// For sbt 0.13.x, 1.0.0-M5 and 1.0.0-M6
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
```
Expand Down

0 comments on commit 54c40ab

Please sign in to comment.