There was an error while loading. Please reload this page.
1 parent 799f740 commit 62292beCopy full SHA for 62292be
2 files changed
project/SharkBuild.scala
@@ -22,7 +22,7 @@ import Keys._
22
object SharkBuild extends Build {
23
24
// Shark version
25
- val SHARK_VERSION = "0.7.0"
+ val SHARK_VERSION = "0.7.1"
26
27
val SPARK_VERSION = "0.7.3"
28
run
@@ -2,7 +2,7 @@
2
3
# This file is used to launch Shark on the master.
4
export SCALA_VERSION=2.9.3
5
-SHARK_VERSION=0.7.0
+SHARK_VERSION=0.7.1
6
7
# Figure out where the framework is installed
8
FWDIR="$(cd `dirname $0`; pwd)"
0 commit comments