Commit 29c4806 1 parent 0a87e5b commit 29c4806 Copy full SHA for 29c4806
File tree 2 files changed +3
-2
lines changed
spark/core/src/main/scala/jupyter/spark/internals
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ object Deps {
17
17
def ammoniumRuntime = (" org.jupyter-scala" % " ammonite-runtime" % Versions .ammonium).cross(CrossVersion .full)
18
18
def asm = " org.ow2.asm" % " asm-all" % " 5.0.4"
19
19
def caseApp = " com.github.alexarchambault" %% " case-app" % " 1.1.3"
20
- def coursierCli = " io.get-coursier" %% " coursier-cli" % " 1.0.0-M14-9 "
20
+ def coursierCli = " io.get-coursier" %% " coursier-cli" % " 1.0.0-RC1 "
21
21
def flinkClients = " org.apache.flink" %% " flink-clients" % Versions .flink
22
22
def flinkRuntime = " org.apache.flink" %% " flink-runtime" % Versions .flink
23
23
def flinkScala = " org.apache.flink" %% " flink-scala" % Versions .flink
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ object Spark {
41
41
exclude = exclusions.toList,
42
42
profile = profiles.toList,
43
43
checksum = List (" SHA-1" ) // should not be required with coursier > 1.0.0-M14-9
44
- )
44
+ ),
45
+ artifactTypes = Set (" jar" , " bundle" )
45
46
) match {
46
47
case Left (err) =>
47
48
throw new Exception (err)
You can’t perform that action at this time.
0 commit comments