@@ -4,14 +4,11 @@ import Keys._
44object ScalaOAuth2Build extends Build {
55
66 lazy val _organization = " com.nulab-inc"
7- lazy val _version = " 0.7.2"
8- def _playVersion (version : String ) = version match {
9- case " 2.11.1" => " 2.3.0"
10- case _ => " 2.2.3"
11- }
7+ lazy val _version = " 0.7.3-SNAPSHOT"
8+ lazy val _playVersion = " 2.3.2"
129
13- val _scalaVersion = " 2.10.3 "
14- val _crossScalaVersions = Seq (" 2.10.3 " , " 2.11.1" )
10+ val _scalaVersion = " 2.10.4 "
11+ val _crossScalaVersions = Seq (" 2.10.4 " , " 2.11.1" )
1512
1613 val commonDependenciesInTestScope = Seq (
1714 " org.scalatest" %% " scalatest" % " 2.2.0" % " test"
@@ -59,7 +56,7 @@ object ScalaOAuth2Build extends Build {
5956 description := " Support scala-oauth2-core library on Playframework Scala" ,
6057 resolvers += " Typesafe repository" at " http://repo.typesafe.com/typesafe/maven-releases/" ,
6158 libraryDependencies ++= Seq (
62- " com.typesafe.play" %% " play" % _playVersion(scalaVersion.value) % " provided"
59+ " com.typesafe.play" %% " play" % _playVersion % " provided"
6360 ) ++ commonDependenciesInTestScope
6461 )
6562 ) dependsOn(scalaOAuth2Core)
0 commit comments