Skip to content

Commit 7f49c95

Browse files
committed
Use Scala 2.11.8
1 parent 6d7578a commit 7f49c95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project/Build.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ object ScalaOAuth2Build extends Build {
88
lazy val _version = "0.17.3-SNAPSHOT"
99
lazy val _playVersion = "2.5.0"
1010
lazy val akkaV = "2.4.7"
11-
val _scalaVersion = "2.11.7"
12-
val _crossScalaVersions = Seq("2.11.7")
11+
val _scalaVersion = "2.11.8"
12+
val _crossScalaVersions = Seq("2.11.8")
1313

1414
val commonDependenciesInTestScope = Seq(
1515
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
@@ -110,4 +110,3 @@ object ScalaOAuth2Build extends Build {
110110
</developer>
111111
</developers>
112112
}
113-

0 commit comments

Comments
 (0)