Skip to content

Commit

Permalink
Remove Scala 2.9 as target for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritsuku committed Feb 23, 2016
1 parent 7904652 commit bdfab8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ object ScalariformBuild extends Build {
crossScalaVersions := Seq(
"2.11.7",
"2.10.6",
"2.9.3", "2.9.2" //"2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0"
),
exportJars := true, // Needed for cli oneJar
scalacOptions ++= (scalaBinaryVersion.value match {
Expand Down

0 comments on commit bdfab8b

Please sign in to comment.