From 1e3aa6293aae8a9773b2730dde6a8089642c21f2 Mon Sep 17 00:00:00 2001 From: novakov-alexey <117519424+novakov-alexey@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:25:19 +0100 Subject: [PATCH] Update version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5259bd..961037d 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ import org.apache.flinkx.api.serializers._ `flink-scala-api` is released to Maven-central for 2.13 and 3. For SBT, add this snippet to `build.sbt`: ```scala -libraryDependencies += "org.flinkextended" %% "flink-scala-api" % "1.18.1_1.1.6" +libraryDependencies += "org.flinkextended" %% "flink-scala-api" % "1.18.1_1.2.1" ``` ## For Ammonite ```scala -import $ivy.`org.flinkextended::flink-scala-api:1.18.1_1.1.6` +import $ivy.`org.flinkextended::flink-scala-api:1.18.1_1.2.1` // you might need flink-client too in order to run in the REPL import $ivy.`org.apache.flink:flink-clients:1.18.1` ``` @@ -396,4 +396,4 @@ RELEASE_PUBLISH=true sbt "; project scala-api; release with-defaults" ## License This project is using parts of the Apache Flink codebase, so the whole project -is licensed under an [Apache 2.0](LICENSE.md) software license. \ No newline at end of file +is licensed under an [Apache 2.0](LICENSE.md) software license.