File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scala-spark-datasource-bitcoinblock
scala-spark-datasource-ethereumblock Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ assemblyMergeStrategy in assembly := {
39
39
40
40
libraryDependencies += " com.github.zuinnote" %% " spark-hadoopcryptoledger-ds" % " 1.1.3" % " compile"
41
41
42
- libraryDependencies += " org.apache.spark" %% " spark-core" % " 1.5.0 " % " provided"
42
+ libraryDependencies += " org.apache.spark" %% " spark-core" % " 2.0.1 " % " provided"
43
43
44
- libraryDependencies += " org.apache.spark" %% " spark-sql" % " 1.5.0 " % " provided"
44
+ libraryDependencies += " org.apache.spark" %% " spark-sql" % " 2.0.1 " % " provided"
45
45
46
46
libraryDependencies += " org.apache.hadoop" % " hadoop-client" % " 2.7.0" % " provided"
47
47
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ libraryDependencies += "com.github.zuinnote" %% "spark-hadoopcryptoledger-ds" %
41
41
// needed for enriched EthereumBlocks
42
42
libraryDependencies += " org.bouncycastle" % " bcprov-ext-jdk15on" % " 1.58" % " compile"
43
43
44
- libraryDependencies += " org.apache.spark" %% " spark-core" % " 1.5.0 " % " provided"
44
+ libraryDependencies += " org.apache.spark" %% " spark-core" % " 2.0.1 " % " provided"
45
45
46
- libraryDependencies += " org.apache.spark" %% " spark-sql" % " 1.5.0 " % " provided"
46
+ libraryDependencies += " org.apache.spark" %% " spark-sql" % " 2.0.1 " % " provided"
47
47
48
48
libraryDependencies += " org.apache.hadoop" % " hadoop-client" % " 2.7.0" % " provided"
49
49
You can’t perform that action at this time.
0 commit comments