Skip to content

Commit

Permalink
Update scala.version to v2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 72db0ea commit abd9e1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.
<!-- Use an old version that is not actively supported by Flink.
2.11 still 'just works' with our current maven setup,
and going forward we won't add support for it again.-->
<scala.version>2.13.14</scala.version>
<scala.version>2.13.15</scala.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ under the License.
<flink.version>@project.version@</flink.version>
<target.java.version>@target.java.version@</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.13.14</scala.version>
<scala.version>2.13.15</scala.version>
<log4j.version>@log4j.version@</log4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion flink-rpc/flink-rpc-akka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<properties>
<akka.version>2.8.6</akka.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.13.14</scala.version>
<scala.version>2.13.15</scala.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ under the License.
<scala.macros.version>2.1.1</scala.macros.version>
<!-- Default scala versions, must be overwritten by build profiles, so we set something
invalid here -->
<scala.version>2.13.14</scala.version>
<scala.version>2.13.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<chill.version>0.10.0</chill.version>
<!-- keep FlinkContainersBuilder#buildZookeeperContainer() in sync -->
Expand Down

0 comments on commit abd9e1f

Please sign in to comment.