There was an error while loading. Please reload this page.
1 parent e2447b0 commit d95d898Copy full SHA for d95d898
project/Build.scala
@@ -8,7 +8,7 @@ object MyBuild extends Build{
8
settings = Seq(
9
name := projectName,
10
scalaVersion := "2.12.0",
11
- crossScalaVersions := Seq("2.10.6","2.11.8",scalaVersion.value),
+ crossScalaVersions := Seq("2.11.8",scalaVersion.value),
12
description := "Faithful extensions of the Scala standard library",
13
libraryDependencies ++= Seq(
14
"org.scalatest" %% "scalatest" % "3.0.0" % "test",
0 commit comments