Skip to content

Commit

Permalink
Update flink to version 1.16.0 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jan 18, 2023
1 parent b72bb89 commit 229dc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val algebirdVersion = "0.13.9"
val breezeVersion = "2.1.0"
val circeVersion = "0.14.3"
val commonsMathVersion = "3.6.1"
val flinkVersion = "1.14.4"
val flinkVersion = "1.16.0"
val hadoopVersion = "3.3.4"
val paradiseVersion = "2.1.1"
val scalacheckVersion = "1.17.0"
Expand Down Expand Up @@ -238,7 +238,7 @@ lazy val flink: Project = project
crossScalaVersions := Seq(scala212),
libraryDependencies ++= Seq(
"org.apache.flink" %% "flink-scala" % flinkVersion % "provided",
"org.apache.flink" %% "flink-clients" % flinkVersion % "provided",
"org.apache.flink" % "flink-clients" % flinkVersion % "provided",
"org.scalatest" %% "scalatest" % scalatestVersion % "test"
)
)
Expand Down

0 comments on commit 229dc98

Please sign in to comment.