Skip to content

Commit

Permalink
Version bump to 2.2.1_0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Apr 9, 2018
1 parent c94ea01 commit 196ef2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name := "spark-daria"
version := "0.19.0"

scalaVersion := "2.11.12"
val sparkVersion = "2.2.0"
val sparkVersion = "2.2.1"
val sparkDariaVersion = s"v${sparkVersion}_0.8.0"

libraryDependencies += "org.apache.spark" %% "spark-sql" % sparkVersion % "provided"
Expand Down
2 changes: 1 addition & 1 deletion scripts/multiple_spark_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$SPARK_DARIA_GITHUB_RELEASE" = "" ]
fi

#for sparkVersion in 2.2.0 2.2.1 2.3.0; do
for sparkVersion in 2.2.0; do
for sparkVersion in 2.2.1; do
echo $sparkVersion
sed -i '' "s/^val sparkVersion.*/val sparkVersion = \"$sparkVersion\"/" build.sbt
$SPARK_DARIA_GITHUB_RELEASE assembly
Expand Down

0 comments on commit 196ef2c

Please sign in to comment.