Skip to content

Commit

Permalink
Why can't Scala just have trailing commas?
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritsuku committed Feb 23, 2016
1 parent bdfab8b commit 7b01a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object ScalariformBuild extends Build {
scalaVersion := "2.11.7",
crossScalaVersions := Seq(
"2.11.7",
"2.10.6",
"2.10.6"
),
exportJars := true, // Needed for cli oneJar
scalacOptions ++= (scalaBinaryVersion.value match {
Expand Down

0 comments on commit 7b01a02

Please sign in to comment.