[KYUUBI #1112] Upgrade scala to 2.12.15

<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->
Close #1112.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #1120 from byyue/feature-1112.

Closes #1112

9bb10858 [Brian Yue] [FEATURE] [Dependency] Upgrade scala to 2.14.15

Authored-by: Brian Yue <code.byyue@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Brian Yue 2021-09-17 21:12:56 +08:00 committed by Cheng Pan
parent 6983139487
commit cbe5bee6ec
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ branches:
dist: bionic
language: scala
scala:
- 2.12.14
- 2.12.15
jdk:
- openjdk8

View File

@ -72,7 +72,7 @@ metrics-json/4.1.1//metrics-json-4.1.1.jar
metrics-jvm/4.1.1//metrics-jvm-4.1.1.jar
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
paranamer/2.8//paranamer-2.8.jar
scala-library/2.12.14//scala-library-2.12.14.jar
scala-library/2.12.15//scala-library-2.12.15.jar
scopt_2.12/4.0.1//scopt_2.12-4.0.1.jar
simpleclient/0.10.0//simpleclient-0.10.0.jar
simpleclient_common/0.10.0//simpleclient_common-0.10.0.jar

View File

@ -84,7 +84,7 @@
<maven.version>3.6.3</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<scala.version>2.12.14</scala.version>
<scala.version>2.12.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<antlr4.version>4.8</antlr4.version>
@ -149,7 +149,7 @@
<maven.plugin.jar.version>3.2.0</maven.plugin.jar.version>
<maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
<maven.plugin.shade.version>3.2.4</maven.plugin.shade.version>
<maven.plugin.silencer.version>1.7.5</maven.plugin.silencer.version>
<maven.plugin.silencer.version>1.7.6</maven.plugin.silencer.version>
<maven.plugin.source.version>3.2.1</maven.plugin.source.version>
<maven.plugin.rat.version>0.13</maven.plugin.rat.version>