Skip to content

Commit 4f23594

Browse files
committed
update libraries
1 parent 241d000 commit 4f23594

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
@@ -7,11 +7,11 @@ object ScalaOAuth2Build extends Build {
77
lazy val _version = "0.12.1"
88
lazy val _playVersion = "2.3.7"
99

10-
val _scalaVersion = "2.10.4"
11-
val _crossScalaVersions = Seq("2.10.4", "2.11.5")
10+
val _scalaVersion = "2.10.5"
11+
val _crossScalaVersions = Seq("2.10.5", "2.11.6")
1212

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

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

0 commit comments

Comments
 (0)