Skip to content

Commit d2a789d

Browse files
committed
update libraries
1 parent d8cfa0b commit d2a789d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ object ScalaOAuth2Build extends Build {
55

66
lazy val _organization = "com.nulab-inc"
77
lazy val _version = "0.12.0"
8-
lazy val _playVersion = "2.3.4"
8+
lazy val _playVersion = "2.3.7"
99

1010
val _scalaVersion = "2.10.4"
11-
val _crossScalaVersions = Seq("2.10.4", "2.11.2")
11+
val _crossScalaVersions = Seq("2.10.4", "2.11.5")
1212

1313
val commonDependenciesInTestScope = Seq(
14-
"org.scalatest" %% "scalatest" % "2.2.0" % "test"
14+
"org.scalatest" %% "scalatest" % "2.2.1" % "test"
1515
)
1616

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

0 commit comments

Comments
 (0)