Skip to content

Commit

Permalink
Minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Nov 12, 2016
1 parent 781f227 commit 050c233
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 @@ -26,7 +26,7 @@ object Build extends AutoPlugin {
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
mappings.in(Compile, packageBin) += baseDirectory.in(ThisBuild).value / "LICENSE" -> "LICENSE",
scalaVersion := Version.Scala,
crossScalaVersions := Vector(Version.Scala, "2.11.8"),
crossScalaVersions := Vector(scalaVersion.value, "2.11.8"),
scalacOptions ++= Vector(
"-unchecked",
"-deprecation",
Expand Down

0 comments on commit 050c233

Please sign in to comment.