@@ -57,7 +57,7 @@ lazy val scalaOAuth2Core = Project(
57
57
settings = scalaOAuth2ProviderSettings ++ Seq (
58
58
name := " scala-oauth2-core" ,
59
59
description := " OAuth 2.0 server-side implementation written in Scala" ,
60
- version := " 1.1.1-SNAPSHOT " ,
60
+ version := " 1.2.0 " ,
61
61
libraryDependencies ++= commonDependenciesInTestScope
62
62
)
63
63
)
@@ -68,7 +68,7 @@ lazy val play2OAuth2Provider = Project(
68
68
settings = scalaOAuth2ProviderSettings ++ Seq (
69
69
name := " play2-oauth2-provider" ,
70
70
description := " Support scala-oauth2-core library on Playframework Scala" ,
71
- version := " 1.1.1-SNAPSHOT " ,
71
+ version := " 1.2.0 " ,
72
72
resolvers += " Typesafe repository" at " http://repo.typesafe.com/typesafe/maven-releases/" ,
73
73
libraryDependencies ++= Seq (
74
74
" com.typesafe.play" %% " play" % playVersion % " provided" ,
@@ -83,7 +83,7 @@ lazy val akkahttpOAuth2Provider = Project(
83
83
settings = scalaOAuth2ProviderSettings ++ Seq (
84
84
name := " akka-http-oauth2-provider" ,
85
85
description := " Support scala-oauth2-core library on akka-http" ,
86
- version := " 1.1.1-SNAPSHOT " ,
86
+ version := " 1.2.0 " ,
87
87
resolvers += " Typesafe repository" at " http://repo.typesafe.com/typesafe/maven-releases/" ,
88
88
libraryDependencies ++= Seq (
89
89
" com.typesafe.akka" %% " akka-http-experimental" % akkaVersion,
0 commit comments