Skip to content

Commit ab4a3fd

Browse files
committed
use Play 2.3.0-RC2 on Scala 2.11
1 parent df7cd25 commit ab4a3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object ScalaOAuth2Build extends Build {
66
lazy val _organization = "com.nulab-inc"
77
lazy val _version = "0.7.1-SNAPSHOT"
88
def _playVersion(version: String) = version match {
9-
case "2.11.0" => "2.3.0-RC1"
9+
case "2.11.0" => "2.3.0-RC2"
1010
case _ => "2.2.3"
1111
}
1212

@@ -34,7 +34,7 @@ object ScalaOAuth2Build extends Build {
3434
id = "scala-oauth2-provider",
3535
base = file("."),
3636
settings = scalaOAuth2ProviderSettings ++ Seq(
37-
name := "scala-oauth2-core",
37+
name := "scala-oauth2-provider",
3838
description := "OAuth 2.0 server-side implementation written in Scala"
3939
)
4040
).aggregate(scalaOAuth2Core, play2OAuth2Provider)

0 commit comments

Comments
 (0)