Skip to content

Commit 62292be

Browse files
committed
Bump up Shark version to 0.7.1.
1 parent 799f740 commit 62292be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/SharkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Keys._
2222
object SharkBuild extends Build {
2323

2424
// Shark version
25-
val SHARK_VERSION = "0.7.0"
25+
val SHARK_VERSION = "0.7.1"
2626

2727
val SPARK_VERSION = "0.7.3"
2828

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This file is used to launch Shark on the master.
44
export SCALA_VERSION=2.9.3
5-
SHARK_VERSION=0.7.0
5+
SHARK_VERSION=0.7.1
66

77
# Figure out where the framework is installed
88
FWDIR="$(cd `dirname $0`; pwd)"

0 commit comments

Comments
 (0)