File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ object Build extends Build {
110110 val buildOrganization = " com.github.play2war"
111111 val defaultPlay2Version = " 2.4.0"
112112 val play2Version = sys.props.get(" play2.version" ).filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
113- val defaultBuildVersion = " 1.4-beta1-SNAPSHOT "
113+ val defaultBuildVersion = " 1.4-beta1"
114114 val buildVersion = sys.props.get(" play2war.version" ).filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
115115 val buildScalaVersion210 = " 2.10.5"
116116 val buildScalaVersion211 = " 2.11.6"
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ resolvers += Resolver.sbtPluginRepo("snapshots")
1212// Use the Play sbt plugin for Play projects
1313addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % Option (System .getProperty(" play.version" )).getOrElse(" 2.4.0" ))
1414
15- addSbtPlugin(" com.github.play2war" % " play2-war-plugin" % " 1.4-beta1-SNAPSHOT " )
15+ addSbtPlugin(" com.github.play2war" % " play2-war-plugin" % " 1.4-beta1" )
You can’t perform that action at this time.
0 commit comments