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.13/1.1.5/flink-scala_2.13-1.1.5-assembly.jar -O $FLINK_HOME/lib/flink-scala_2.13-1.1.5-assembly.jarlibraryDependencies += "pl.touk" %% "flink-scala" % "1.1.5"- we provide prebuild flink docker images for scala 2.13 on Docker Hub
sbt "+publishSigned; sonatypeBundleRelease"