flink-scala

May 16, 2026 ยท View on GitHub

Maven Central Version Docker Image Version

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/2.0.1/flink-scala_2.13-2.0.1-assembly.jar -O $FLINK_HOME/lib/flink-scala_2.13-2.0.1-assembly.jar
libraryDependencies += "pl.touk" %% "flink-scala" % "2.0.1"

We provide pre-built Docker images for Flink with Scala 2.13 on Docker Hub.

Publishing

  1. Change version in version.sbt and this README file, commit changes
  2. Add version tag (git tag v...)
  3. Push changes to GitHub
  4. Manually run the Publish workflow in GitHub Actions
  5. Change version to a -SNAPSHOT version in version.sbt
  6. Commit and push changes