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 db61251 commit 6465781Copy full SHA for 6465781
build.sbt
@@ -125,7 +125,7 @@ lazy val `examples` = (project in file("modules/examples"))
125
publish / skip := true,
126
releaseProcess := Seq.empty[ReleaseStep], // Release for example is not needed
127
libraryDependencies ++= Seq(
128
- "org.flinkextended" %% "flink-scala-api" % "1.18.1_1.1.7",
+ "org.flinkextended" %% "flink-scala-api" % "1.18.1_1.2.0",
129
"org.apache.flink" % "flink-runtime-web" % "1.18.1" % Provided,
130
"org.apache.flink" % "flink-clients" % "1.18.1" % Provided,
131
"org.apache.flink" % "flink-state-processor-api" % "1.18.1" % Provided,
0 commit comments