Skip to content

Commit 090b228

Browse files
Update flink-scala-api to 1.20.0_1.2.4 (#224)
1 parent eab5d57 commit 090b228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ lazy val `examples` = (project in file("modules/examples"))
140140
publish / skip := true,
141141
releaseProcess := Seq.empty[ReleaseStep], // Release for example is not needed
142142
libraryDependencies ++= Seq(
143-
"org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.3",
143+
"org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.4",
144144
"org.apache.flink" % "flink-runtime-web" % "1.20.0" % Provided,
145145
"org.apache.flink" % "flink-clients" % "1.20.0" % Provided,
146146
"org.apache.flink" % "flink-state-processor-api" % "1.20.0" % Provided,

0 commit comments

Comments
 (0)