Skip to content

Commit ff0cf99

Browse files
authored
No need to cross-compile to two 2.12 versions (#281)
1 parent 881610b commit ff0cf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
66
organization := "net.debasishg",
77
version := "3.40",
88
scalaVersion := "2.13.6",
9-
crossScalaVersions := Seq("2.12.14", "2.11.12", "2.10.7", "2.12.10"),
9+
crossScalaVersions := Seq("2.12.14", "2.11.12", "2.10.7"),
1010

1111
scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),
1212

0 commit comments

Comments
 (0)