Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Set crossScalaVersion to scalaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kolloch committed May 28, 2015
1 parent 8368d21 commit add964f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ object MarathonBuild extends Build {
lazy val baseSettings = Defaults.defaultSettings ++ buildInfoSettings ++ Seq (
organization := "mesosphere",
scalaVersion := "2.11.5",
crossScalaVersions := Seq(scalaVersion.value),
scalacOptions in Compile ++= Seq(
"-encoding", "UTF-8",
"-target:jvm-1.6",
Expand Down

0 comments on commit add964f

Please sign in to comment.