[KYUUBI #6676] Bump Scala to 2.12.19

# 🔍 Description
## Issue References 🔗

- Scala 2.12.19 release https://github.com/scala/scala/releases/tag/v2.12.19
## Describe Your Solution 🔧

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6676 from pionCham/bump-scala-version.

Closes #6676

7f5e17e98 [chengpeiming] change dependencyList
8736f2c57 [chengpeiming] bump scala version to 2.12.19
36f9984f5 [chengpeiming] bump scala version

Authored-by: chengpeiming <chengpeiming@gf.com.cn>
Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
This commit is contained in:
chengpeiming 2024-09-11 22:47:50 +08:00 committed by Bowen Liang
parent edbe3f3fef
commit 7198c722e5
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ postgresql/42.7.2//postgresql-42.7.2.jar
proto-google-common-protos/2.29.0//proto-google-common-protos-2.29.0.jar proto-google-common-protos/2.29.0//proto-google-common-protos-2.29.0.jar
protobuf-java-util/3.25.4//protobuf-java-util-3.25.4.jar protobuf-java-util/3.25.4//protobuf-java-util-3.25.4.jar
protobuf-java/3.25.4//protobuf-java-3.25.4.jar protobuf-java/3.25.4//protobuf-java-3.25.4.jar
scala-library/2.12.18//scala-library-2.12.18.jar scala-library/2.12.19//scala-library-2.12.19.jar
scopt_2.12/4.1.0//scopt_2.12-4.1.0.jar scopt_2.12/4.1.0//scopt_2.12-4.1.0.jar
simpleclient/0.16.0//simpleclient-0.16.0.jar simpleclient/0.16.0//simpleclient-0.16.0.jar
simpleclient_common/0.16.0//simpleclient_common-0.16.0.jar simpleclient_common/0.16.0//simpleclient_common-0.16.0.jar

View File

@ -116,7 +116,7 @@
<maven.version>3.9.9</maven.version> <maven.version>3.9.9</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<scala.version>2.12.18</scala.version> <scala.version>2.12.19</scala.version>
<scala.binary.version>2.12</scala.binary.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.8.1</scala-collection-compat.version>