Skip to content

Commit

Permalink
Merge pull request #30 from scamandrill/use-sbt-release-24
Browse files Browse the repository at this point in the history
Add sbt-release and set the appropriate snapshot version for the 2.4.…
  • Loading branch information
graingert committed Sep 14, 2016
2 parents cf69c04 + 2890bb0 commit 2e5c6bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion project/plugin-releases.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "3.0.0-SNAPSHOT"
version in ThisBuild := "2.4.0-SNAPSHOT"

0 comments on commit 2e5c6bd

Please sign in to comment.