Skip to content

Commit

Permalink
set fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Aug 25, 2024
1 parent c5d25a9 commit 6973924
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,18 @@ lazy val `examples` = (project in file("modules/examples"))
Test / fork := true,
libraryDependencies ++= Seq(
"org.flinkextended" %% "flink-scala-api" % "1.18.1_1.1.6",
"org.apache.flink" % "flink-runtime-web" % flinkVersion % Provided,
"org.apache.flink" % "flink-clients" % flinkVersion % Provided,
"org.apache.flink" % "flink-runtime-web" % flinkVersion % Provided,
"org.apache.flink" % "flink-clients" % flinkVersion % Provided,
"org.apache.flink" % "flink-state-processor-api" % flinkVersion,
"org.apache.flink" % "flink-connector-kafka" % s"3.0.2-$flinkMajorAndMinorVersion" % Provided,
"org.apache.flink" % "flink-connector-files" % flinkVersion % Provided,
"org.apache.flink" % "flink-table-runtime" % flinkVersion % Provided,
"org.apache.flink" % "flink-table-planner-loader" % flinkVersion % Provided,
"io.bullet" %% "borer-core" % "1.14.0" % Provided,
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
"org.apache.flink" % "flink-test-utils" % flinkVersion % Test,
"org.apache.flink" % "flink-streaming-java" % flinkVersion % Test classifier "tests",
"org.scalatest" %% "scalatest" % "3.2.15" % Test
"org.apache.flink" % "flink-connector-kafka" % s"3.0.2-1.18" % Provided,
"org.apache.flink" % "flink-connector-files" % flinkVersion % Provided,
"org.apache.flink" % "flink-table-runtime" % flinkVersion % Provided,
"org.apache.flink" % "flink-table-planner-loader" % flinkVersion % Provided,
"io.bullet" %% "borer-core" % "1.14.0" % Provided,
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
"org.apache.flink" % "flink-test-utils" % flinkVersion % Test,
"org.apache.flink" % "flink-streaming-java" % flinkVersion % Test classifier "tests",
"org.scalatest" %% "scalatest" % "3.2.15" % Test
),
Compile / run := Defaults
.runTask(
Expand Down

0 comments on commit 6973924

Please sign in to comment.