Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey authored Dec 2, 2024
1 parent 0ec97a1 commit 1e3aa62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
```
Expand Down Expand Up @@ -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.
is licensed under an [Apache 2.0](LICENSE.md) software license.

0 comments on commit 1e3aa62

Please sign in to comment.