Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit ce12d39

Browse files
committed
upgrade to scala 2.12
1 parent 3b04d6b commit ce12d39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.microsoft.azure</groupId>
22-
<artifactId>azure-cosmosdb-spark_2.4.0_2.11</artifactId>
22+
<artifactId>azure-cosmosdb-spark_2.4.0_2.12</artifactId>
2323
<packaging>jar</packaging>
2424
<version>1.5.0</version>
2525
<name>${project.groupId}:${project.artifactId}</name>
@@ -32,11 +32,11 @@ limitations under the License.
3232
</license>
3333
</licenses>
3434
<properties>
35-
<scala.version>2.11.8</scala.version>
36-
<scala.binary.version>2.11</scala.binary.version>
35+
<scala.version>2.12.5</scala.version>
36+
<scala.binary.version>2.12</scala.binary.version>
3737
<sonar.projectBaseDir>azure-cosmosdb-spark</sonar.projectBaseDir>
3838
<scala.test.version>3.0.1</scala.test.version>
39-
<spark.version>2.4.0</spark.version>
39+
<spark.version>2.4.4</spark.version>
4040
<slf4j.version>1.7.16</slf4j.version>
4141
<log4j.version>1.2.17</log4j.version>
4242
<tinkerpop.version>3.2.5</tinkerpop.version>

0 commit comments

Comments
 (0)