We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7cd25 commit ab4a3fdCopy full SHA for ab4a3fd
project/Build.scala
@@ -6,7 +6,7 @@ object ScalaOAuth2Build extends Build {
6
lazy val _organization = "com.nulab-inc"
7
lazy val _version = "0.7.1-SNAPSHOT"
8
def _playVersion(version: String) = version match {
9
- case "2.11.0" => "2.3.0-RC1"
+ case "2.11.0" => "2.3.0-RC2"
10
case _ => "2.2.3"
11
}
12
@@ -34,7 +34,7 @@ object ScalaOAuth2Build extends Build {
34
id = "scala-oauth2-provider",
35
base = file("."),
36
settings = scalaOAuth2ProviderSettings ++ Seq(
37
- name := "scala-oauth2-core",
+ name := "scala-oauth2-provider",
38
description := "OAuth 2.0 server-side implementation written in Scala"
39
)
40
).aggregate(scalaOAuth2Core, play2OAuth2Provider)
0 commit comments