Skip to content

Commit

Permalink
Update flink-scala-api to 1.20.0_1.2.1 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 1, 2024
1 parent c73e007 commit 0ec97a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lazy val `examples` = (project in file("modules/examples"))
publish / skip := true,
releaseProcess := Seq.empty[ReleaseStep], // Release for example is not needed
libraryDependencies ++= Seq(
"org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.0",
"org.flinkextended" %% "flink-scala-api" % "1.20.0_1.2.1",
"org.apache.flink" % "flink-runtime-web" % "1.20.0" % Provided,
"org.apache.flink" % "flink-clients" % "1.20.0" % Provided,
"org.apache.flink" % "flink-state-processor-api" % "1.20.0" % Provided,
Expand Down

0 comments on commit 0ec97a1

Please sign in to comment.