This module is a replacement for the org.apache.flink:flink-scala
lib shipped with flink distribution,
and allows using flink with higher scala versions than 2.12.8.
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.12/1.1.3/flink-scala_2.12-1.1.3-assembly.jar -O $FLINK_HOME/lib/flink-scala_2.12-1.1.3-assembly.jar
libraryDependencies += "pl.touk" %% "flink-scala" % "1.1.3"
- we provide prebuild flink docker images for scala 2.12 and 2.13 on Docker Hub
sbt "+publishSigned; sonatypeBundleRelease"