We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241d000 commit 4f23594Copy full SHA for 4f23594
project/Build.scala
@@ -7,11 +7,11 @@ object ScalaOAuth2Build extends Build {
7
lazy val _version = "0.12.1"
8
lazy val _playVersion = "2.3.7"
9
10
- val _scalaVersion = "2.10.4"
11
- val _crossScalaVersions = Seq("2.10.4", "2.11.5")
+ val _scalaVersion = "2.10.5"
+ val _crossScalaVersions = Seq("2.10.5", "2.11.6")
12
13
val commonDependenciesInTestScope = Seq(
14
- "org.scalatest" %% "scalatest" % "2.2.1" % "test"
+ "org.scalatest" %% "scalatest" % "2.2.4" % "test"
15
)
16
17
lazy val scalaOAuth2ProviderSettings = Defaults.defaultSettings ++ Seq(
0 commit comments