Skip to content

Commit 0ec97a1

Browse files
Update flink-scala-api to 1.20.0_1.2.1 (#181)
1 parent c73e007 commit 0ec97a1

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
@@ -139,7 +139,7 @@ lazy val `examples` = (project in file("modules/examples"))
139139
publish / skip := true,
140140
releaseProcess := Seq.empty[ReleaseStep], // Release for example is not needed
141141
libraryDependencies ++= Seq(
142-
"org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.0",
142+
"org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.1",
143143
"org.apache.flink" % "flink-runtime-web" % "1.20.0" % Provided,
144144
"org.apache.flink" % "flink-clients" % "1.20.0" % Provided,
145145
"org.apache.flink" % "flink-state-processor-api" % "1.20.0" % Provided,

0 commit comments

Comments
 (0)