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 c120d6a commit 327487eCopy full SHA for 327487e
.travis.yml
@@ -1 +1,4 @@
1
language: scala
2
+scala:
3
+ - 2.10.4
4
+ - 2.11.2
project/Build.scala
@@ -8,7 +8,7 @@ object ScalaOAuth2Build extends Build {
8
lazy val _playVersion = "2.3.2"
9
10
val _scalaVersion = "2.10.4"
11
- val _crossScalaVersions = Seq("2.10.4", "2.11.1")
+ val _crossScalaVersions = Seq("2.10.4", "2.11.2")
12
13
val commonDependenciesInTestScope = Seq(
14
"org.scalatest" %% "scalatest" % "2.2.0" % "test"
0 commit comments