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 881610b commit ff0cf99Copy full SHA for ff0cf99
build.sbt
@@ -6,7 +6,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
6
organization := "net.debasishg",
7
version := "3.40",
8
scalaVersion := "2.13.6",
9
- crossScalaVersions := Seq("2.12.14", "2.11.12", "2.10.7", "2.12.10"),
+ crossScalaVersions := Seq("2.12.14", "2.11.12", "2.10.7"),
10
11
scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),
12
0 commit comments