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 @@ -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
6969import $ivy .`org.apache.flink:flink-clients:1.20.1`
7070```
You can’t perform that action at this time.
0 commit comments