Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit a48924d

Browse files
committed
Revert to Scala 2.10.4 and Scala 2.11.7
1 parent 501c72d commit a48924d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object ProjectBuild extends Build {
5151
object Configuration {
5252

5353
val commonVersion = "0.2.21-SNAPSHOT"
54-
val projectScalaVersion = "2.11.8"
54+
val projectScalaVersion = "2.11.7"
5555
val specs2Version = "3.8.6"
5656

5757
val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test"
@@ -85,7 +85,7 @@ object Configuration {
8585
,
8686
testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "sequential"),
8787
scalacOptions in doc := Seq("-doc-external-doc:scala=http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/"),
88-
crossScalaVersions := Seq(projectScalaVersion, "2.10.6", "2.12.0"),
88+
crossScalaVersions := Seq(projectScalaVersion, "2.10.4", "2.12.0"),
8989
javacOptions := Seq("-source", "1.6", "-target", "1.6", "-encoding", "UTF8"),
9090
organization := "com.github.mauricio",
9191
version := commonVersion,

0 commit comments

Comments
 (0)