From add964fa6ac1fec008b3d5a6e1027ccd7135e3ae Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Thu, 28 May 2015 13:52:12 +0200 Subject: [PATCH] Set crossScalaVersion to scalaVersion --- project/build.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/build.scala b/project/build.scala index 9e2d929a36d..9791013d03e 100644 --- a/project/build.scala +++ b/project/build.scala @@ -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",