Skip to content

Commit 614bcc2

Browse files
committed
update libraries
1 parent 2988e18 commit 614bcc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Build.scala

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

1313
val _scalaVersion = "2.10.3"
14-
val _crossScalaVersions = Seq("2.10.3", "2.11.0")
14+
val _crossScalaVersions = Seq("2.10.3", "2.11.1")
1515

1616
val commonDependenciesInTestScope = Seq(
17-
"org.scalatest" %% "scalatest" % "2.1.6" % "test"
17+
"org.scalatest" %% "scalatest" % "2.2.0" % "test"
1818
)
1919

2020
lazy val scalaOAuth2ProviderSettings = Defaults.defaultSettings ++ Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.0
1+
sbt.version=0.13.5

0 commit comments

Comments
 (0)