Skip to content

Commit 5f00c44

Browse files
committed
Switched back to Play 2.3.2 because there are issues publishing signed artifacts with 2.3.3
1 parent b264a10 commit 5f00c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Common.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import Keys._
33

44
object Common {
55
def version = "master-SNAPSHOT"
6-
def playVersion = System.getProperty("play.version", "2.3.3")
6+
def playVersion = System.getProperty("play.version", "2.3.2")
77
def scalaVersion = System.getProperty("scala.version", "2.11.1")
88
}

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ logLevel := Level.Warn
55
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
66

77
// Use the Play sbt plugin for Play projects
8-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.3")
8+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.2")
99

1010
// Add Scalariform
1111
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")

0 commit comments

Comments
 (0)