Skip to content

Commit

Permalink
Upgraded version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jornfranke committed Feb 15, 2018
1 parent 04c715c commit 7539317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file("."))

name := "spark-hadoopcryptoledger-ds",

version := "1.2.0",
version := "1.1.4",

scalaVersion := "2.11.8",

Expand Down Expand Up @@ -61,8 +61,8 @@ lazy val root = (project in file("."))
.settings(
inConfig(Spark200)(
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "2.0.0" % "it",
"org.apache.spark" %% "spark-sql" % "2.0.0" % "it"
"org.apache.spark" %% "spark-core" % "2.0.1" % "it",
"org.apache.spark" %% "spark-sql" % "2.0.1" % "it"
)
),
inConfig(Spark210)(
Expand Down

0 comments on commit 7539317

Please sign in to comment.