Skip to content

Commit

Permalink
Upgrade to Spark 3.3.0 (#442)
Browse files Browse the repository at this point in the history
* Upgrade to Spark 3.3.0

* Update the version
  • Loading branch information
eycho-am authored Dec 7, 2022
1 parent e0509f9 commit 2dc9c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.amazon.deequ</groupId>
<artifactId>deequ</artifactId>
<version>2.0.0-spark-3.2</version>
<version>2.0.2-spark-3.3</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -18,7 +18,7 @@
<artifact.scala.version>${scala.major.version}</artifact.scala.version>
<scala-maven-plugin.version>4.4.0</scala-maven-plugin.version>

<spark.version>3.2.1</spark.version>
<spark.version>3.3.0</spark.version>
</properties>

<name>deequ</name>
Expand Down

0 comments on commit 2dc9c0a

Please sign in to comment.