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 c73e007 commit 0ec97a1Copy full SHA for 0ec97a1
build.sbt
@@ -139,7 +139,7 @@ lazy val `examples` = (project in file("modules/examples"))
139
publish / skip := true,
140
releaseProcess := Seq.empty[ReleaseStep], // Release for example is not needed
141
libraryDependencies ++= Seq(
142
- "org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.0",
+ "org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.1",
143
"org.apache.flink" % "flink-runtime-web" % "1.20.0" % Provided,
144
"org.apache.flink" % "flink-clients" % "1.20.0" % Provided,
145
"org.apache.flink" % "flink-state-processor-api" % "1.20.0" % Provided,
0 commit comments