Skip to content

Commit

Permalink
Update Scala to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrp committed Oct 30, 2024
1 parent fa6168d commit 1f4faca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Our solution to deploy Scala 2.13 code to Flink, until it's officially supported

```bash
rm $FLINK_HOME/lib/flink-scala*.jar
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
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
```

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

## Publishing
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version := "1.1.1"
version := "1.1.2"

scalaVersion := "2.13.12"
scalaVersion := "2.13.15"

name := "flink-scala-2.13"

Expand Down

0 comments on commit 1f4faca

Please sign in to comment.