Skip to content

Commit

Permalink
Remove scala version settings, as now covered by scala module
Browse files Browse the repository at this point in the history
Mistakenly added when merging with @lrytz changes
  • Loading branch information
benhutchison authored Sep 8, 2017
1 parent 866b108 commit 4938beb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ name := "scala-swing"

version := "2.0.1-SNAPSHOT"

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.11.8", "2.12.1")

scalacOptions ++= Seq("-deprecation", "-feature")

// Map[JvmMajorVersion, List[(ScalaVersion, UseForPublishing)]]
Expand Down

0 comments on commit 4938beb

Please sign in to comment.