Skip to content

Commit 1f4faca

Browse files
committed
Update Scala to 2.13.15
1 parent fa6168d commit 1f4faca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Our solution to deploy Scala 2.13 code to Flink, until it's officially supported
66

77
```bash
88
rm $FLINK_HOME/lib/flink-scala*.jar
9-
wget https://repo1.maven.org/maven2/pl/touk/flink-scala-2-13_2.13/1.1.1/flink-scala-2-13_2.13-1.1.1-assembly.jar -O $FLINK_HOME/lib/flink-scala-2-13_2.13-1.1.1-assembly.jar
9+
wget https://repo1.maven.org/maven2/pl/touk/flink-scala-2-13_2.13/1.1.2/flink-scala-2-13_2.13-1.1.2-assembly.jar -O $FLINK_HOME/lib/flink-scala-2-13_2.13-1.1.1-assembly.jar
1010
```
1111

1212
```scala
13-
libraryDependencies += "pl.touk" %% "flink-scala-2-13" % "1.1.1"
13+
libraryDependencies += "pl.touk" %% "flink-scala-2-13" % "1.1.2"
1414
```
1515

1616
## Publishing

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version := "1.1.1"
1+
version := "1.1.2"
22

3-
scalaVersion := "2.13.12"
3+
scalaVersion := "2.13.15"
44

55
name := "flink-scala-2.13"
66

0 commit comments

Comments
 (0)