Skip to content

Commit 5edb774

Browse files
Update library version in the documentation
1 parent a589dd9 commit 5edb774

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
@@ -56,15 +56,15 @@ val eventStateDescriptor = new ValueStateDescriptor[Option[String]]("event",
5656

5757
`flink-scala-api` is released to Maven-central for 2.13 and 3. For SBT, add this snippet to `build.sbt`:
5858
```scala
59-
libraryDependencies += "org.flinkextended" %% "flink-scala-api-1" % "1.2.6"
59+
libraryDependencies += "org.flinkextended" %% "flink-scala-api-1" % "2.0.4"
6060
// or for Flink 2
61-
"org.flinkextended" %% "flink-scala-api-2" % "1.2.6"
61+
"org.flinkextended" %% "flink-scala-api-2" % "2.0.4"
6262
```
6363

6464
## For Ammonite
6565

6666
```scala
67-
import $ivy.`org.flinkextended::flink-scala-api-1:1.2.6`
67+
import $ivy.`org.flinkextended::flink-scala-api-1:2.0.4`
6868
// you might need flink-client too in order to run in the REPL
6969
import $ivy.`org.apache.flink:flink-clients:1.20.1`
7070
```

0 commit comments

Comments
 (0)