We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92ccea commit 00563b0Copy full SHA for 00563b0
project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
37
38
val javaVersion = sys.env.getOrElse("JAVA_VERSION", "7-jre")
39
40
- val mesosVersion = sys.env.getOrElse("MESOS_VERSION", "0.25.0-0.2.70.ubuntu1404")
+ val mesosVersion = sys.env.getOrElse("MESOS_VERSION", "0.28.1-2.0.20.ubuntu1404")
41
42
val sparkVersion = sys.env.getOrElse("SPARK_VERSION", "1.6.1")
43
lazy val sparkDeps = Seq(
0 commit comments