This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git


The following commit(s) were added to refs/heads/master by this push:
     new e052d92  [hotfix] Upgrade to scala 2.12
e052d92 is described below

commit e052d925fb31faf2db08cdb33bc6bf4e105bfc1f
Author: Dawid Wysakowicz <[email protected]>
AuthorDate: Mon Oct 4 18:45:45 2021 +0200

    [hotfix] Upgrade to scala 2.12
    
    In Flink 1.15 we will drop scala 2.11. Therefore we should upgrade
    benchmarks to scala 2.12 as well.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f92f166..380d628 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ under the License.
                <flink.shaded.version>14.0</flink.shaded.version>
                <netty.tcnative.version>2.0.39.Final</netty.tcnative.version>
                <java.version>1.8</java.version>
-               <scala.binary.version>2.11</scala.binary.version>
+               <scala.binary.version>2.12</scala.binary.version>
                <maven.compiler.source>${java.version}</maven.compiler.source>
                <maven.compiler.target>${java.version}</maven.compiler.target>
                <slf4j.version>1.7.7</slf4j.version>

Reply via email to