This module is a replacement for the org.apache.flink:flink-scala lib shipped with flink distribution,
and allows using Flink with Scala 2.13.
For more refer to https://issues.apache.org/jira/browse/FLINK-13414.
rm $FLINK_HOME/lib/flink-scala*.jar
wget https://repo1.maven.org/maven2/pl/touk/flink-scala_2.13/1.1.6/flink-scala_2.13-1.1.6-assembly.jar -O $FLINK_HOME/lib/flink-scala_2.13-1.1.6-assembly.jarlibraryDependencies += "pl.touk" %% "flink-scala" % "1.1.6"We provide pre-built Docker images for Flink with Scala 2.13 on Docker Hub.
- Change version in build.sbt, commit changes
- Add version tag (
git tag v...) - Push changes to GitHub
- Manually run the Publish workflow in GitHub Actions
- Change version to a
-SNAPSHOTversion in build.sbt - Commit and push changes