From 7ed329c6686d0db1b5b7f2fe638e7d4014057280 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:50:02 +0200 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.3.4 (#153) Co-authored-by: novakov-alexey <117519424+novakov-alexey@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0a8e54..f6ba2d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: strategy: matrix: java: [11] - scala: [2.12.20, 2.13.15, 3.3.3] + scala: [2.12.20, 2.13.15, 3.3.4] flink: [1.17.2, 1.18.1] include: - - scala: 3.3.3 + - scala: 3.3.4 java: 17 flink: 1.19.0 steps: diff --git a/build.sbt b/build.sbt index 0df13d6..d2571d1 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations.* Global / onChangedBuildSource := ReloadOnSourceChanges Global / excludeLintKeys := Set(git.useGitDescribe) -lazy val rootScalaVersion = "3.3.3" +lazy val rootScalaVersion = "3.3.4" lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1") lazy val root = (project in file("."))