From e419f3626b52dd895e6f3c0b984cf71dbc1701c2 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Fri, 17 Nov 2023 12:13:50 +0100 Subject: [PATCH 1/2] Update sbt to 1.9.7 --- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/build.properties b/project/build.properties index f344c14..b19d4e1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.2 +sbt.version = 1.9.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4b5e596..3a6596d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") \ No newline at end of file +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") From 240ce1726fe2be7dbd45f38047522f4d4588b2dc Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Fri, 17 Nov 2023 12:14:44 +0100 Subject: [PATCH 2/2] Update Scala to 2.13.12 --- README.md | 4 ++-- build.sbt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 07d2456..ae2c437 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 56ef018..544364e 100644 --- a/build.sbt +++ b/build.sbt @@ -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 := {