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 6d7578a commit 7f49c95Copy full SHA for 7f49c95
project/Build.scala
@@ -8,8 +8,8 @@ object ScalaOAuth2Build extends Build {
8
lazy val _version = "0.17.3-SNAPSHOT"
9
lazy val _playVersion = "2.5.0"
10
lazy val akkaV = "2.4.7"
11
- val _scalaVersion = "2.11.7"
12
- val _crossScalaVersions = Seq("2.11.7")
+ val _scalaVersion = "2.11.8"
+ val _crossScalaVersions = Seq("2.11.8")
13
14
val commonDependenciesInTestScope = Seq(
15
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
@@ -110,4 +110,3 @@ object ScalaOAuth2Build extends Build {
110
</developer>
111
</developers>
112
}
113
-
0 commit comments