Skip to content

Commit

Permalink
Merge pull request #4 from TouK/updates
Browse files Browse the repository at this point in the history
Scala 2.13.12
  • Loading branch information
piotrp authored Nov 17, 2023
2 parents 838824a + 240ce17 commit fa6168d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.8.2
sbt.version = 1.9.7
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 comments on commit fa6168d

Please sign in to comment.