Skip to content

Commit 1e3aa62

Browse files
Update version
1 parent 0ec97a1 commit 1e3aa62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3939
import $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

398398
This 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.

0 commit comments

Comments
 (0)