Skip to content

Commit

Permalink
No need to cross-compile to two 2.12 versions (debasishg#281)
Browse files Browse the repository at this point in the history
ignasi35 authored Sep 21, 2021
1 parent 881610b commit ff0cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
organization := "net.debasishg",
version := "3.40",
scalaVersion := "2.13.6",
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"),

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

0 comments on commit ff0cf99

Please sign in to comment.