Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit acdf751

Browse files
Updating depednencies to Spark 2.4 for Databricks runtimes 6.*
1 parent a1a2f51 commit acdf751

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ hs_err_pid*
3939
local.settings.json
4040
bin/
4141
obj/
42+
.metals/metals.h2.db
43+
.classpath
44+
.factorypath
45+
.project
46+
.metals/metals.lock.db
47+
.settings/org.eclipse.jdt.core.prefs
48+
.settings/org.eclipse.jdt.apt.core.prefs
49+
.settings/org.eclipse.m2e.core.prefs
50+
.vscode/settings.json

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.azure.cosmosdb</groupId>
88
<artifactId>spark-connector-sample</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)