We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab5d57 commit 090b228Copy full SHA for 090b228
build.sbt
@@ -140,7 +140,7 @@ lazy val `examples` = (project in file("modules/examples"))
140
publish / skip := true,
141
releaseProcess := Seq.empty[ReleaseStep], // Release for example is not needed
142
libraryDependencies ++= Seq(
143
- "org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.3",
+ "org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.4",
144
"org.apache.flink" % "flink-runtime-web" % "1.20.0" % Provided,
145
"org.apache.flink" % "flink-clients" % "1.20.0" % Provided,
146
"org.apache.flink" % "flink-state-processor-api" % "1.20.0" % Provided,
0 commit comments