Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
use sbt-release 1.0.0
Browse files Browse the repository at this point in the history
Conflicts:
	samples/java/play-authenticate-usage/project/plugins.sbt
	test-app/project/plugins.sbt
  • Loading branch information
joscha committed Dec 13, 2015
1 parent 923ed2c commit eeba88c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/project/plugins.sbt
Expand Up @@ -9,4 +9,4 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("pla

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

addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
4 changes: 2 additions & 2 deletions samples/java/play-authenticate-usage/project/plugins.sbt
Expand Up @@ -16,6 +16,6 @@ addSbtPlugin("com.typesafe.sbt" %% "sbt-play-ebean" % "1.0.0")
//addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

// Uncomment the next line for local development of the Play Authentication core:
//addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
//addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
2 changes: 1 addition & 1 deletion test-app/project/plugins.sbt
Expand Up @@ -9,6 +9,6 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("pla

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

addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")

0 comments on commit eeba88c

Please sign in to comment.