Skip to content

Commit

Permalink
Update Scala to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrp committed Nov 17, 2023
1 parent e419f36 commit 240ce17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0/flink-scala-2-13_2.13-1.1.0-assembly.jar -O $FLINK_HOME/lib/flink-scala-2-13_2.13-1.1.0-assembly.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
```

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

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

scalaVersion := "2.13.10"
scalaVersion := "2.13.12"

name := "flink-scala-2.13"

lazy val flinkV = "1.16.1"
lazy val scalaTestV = "3.2.15"
lazy val flinkV = "1.16.2"
lazy val scalaTestV = "3.2.17"


assembly / artifact := {
Expand Down

0 comments on commit 240ce17

Please sign in to comment.