File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ import org.apache.flinkx.api.serializers._
2828
2929` flink-scala-api ` is released to Maven-central for 2.13 and 3. For SBT, add this snippet to ` build.sbt ` :
3030``` scala
31- libraryDependencies += " org.flinkextended" %% " flink-scala-api" % " 1.18.1_1.1.6 "
31+ libraryDependencies += " org.flinkextended" %% " flink-scala-api" % " 1.18.1_1.2.1 "
3232```
3333
3434## For Ammonite
3535
3636``` scala
37- import $ivy .`org.flinkextended::flink-scala-api:1.18.1_1.1.6 `
37+ import $ivy .`org.flinkextended::flink-scala-api:1.18.1_1.2.1 `
3838// you might need flink-client too in order to run in the REPL
3939import $ivy .`org.apache.flink:flink-clients:1.18.1`
4040```
@@ -396,4 +396,4 @@ RELEASE_PUBLISH=true sbt "; project scala-api; release with-defaults"
396396## License
397397
398398This project is using parts of the Apache Flink codebase, so the whole project
399- is licensed under an [ Apache 2.0] ( LICENSE.md ) software license.
399+ is licensed under an [ Apache 2.0] ( LICENSE.md ) software license.
You can’t perform that action at this time.
0 commit comments