Skip to content

Commit

Permalink
bump scala to 2.12.20 and bump scala-collection-compat to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pionCham committed Sep 6, 2024
1 parent d7219fc commit 36ffc02
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 @@ -116,9 +116,9 @@
<maven.version>3.9.9</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<scala.version>2.12.18</scala.version>
<scala.version>2.12.20</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<scala-collection-compat.version>2.8.1</scala-collection-compat.version>
<scala-collection-compat.version>2.12.0</scala-collection-compat.version>

<arrow.version>16.0.0</arrow.version>
<!-- Please don't upgrade the version to 4.10+, it depends on JDK 11 -->
Expand Down

0 comments on commit 36ffc02

Please sign in to comment.