Skip to content

Commit

Permalink
Fix Scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 10, 2023
1 parent ec8751e commit 781a580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/changes/changes_2.7.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ This release adds log messages to allow debugging issues during import.

* Updated `com.google.protobuf:protobuf-java:3.24.3` to `3.24.4`
* Updated `org.apache.spark:spark-sql_2.13:3.4.1` to `3.5.0`
* Updated `org.scala-lang:scala-library:2.13.11` to `2.13.12`

#### Test Dependency Updates

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
<properties>
<scala.version>2.13.12</scala.version>
<scala.version>2.13.11</scala.version>
<scala.compat.version>2.13</scala.compat.version>
<hadoop.version>3.3.6</hadoop.version>
<log4j.version>2.20.0</log4j.version>
Expand Down

0 comments on commit 781a580

Please sign in to comment.