Skip to content

Commit

Permalink
Version bump to 2.2.1_0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Mar 18, 2018
1 parent 997ea88 commit 735abd0
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 @@ -17,7 +17,7 @@ spShortDescription := "Fast tests with Spark"
spDescription := "Test your code quickly"

scalaVersion := "2.11.8"
sparkVersion := "2.2.0"
sparkVersion := "2.2.1"

version := "0.7.0"

Expand Down
2 changes: 1 addition & 1 deletion scripts/multi_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 2.3.0; do
echo $sparkVersion
sed -i '' "s/^sparkVersion.*/sparkVersion := \"$sparkVersion\"/" build.sbt
$SPARK_DARIA_GITHUB_RELEASE package
Expand Down

0 comments on commit 735abd0

Please sign in to comment.