From 57fed1645d2cb978a90a257d0631dce980783cde Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 29 Apr 2024 09:49:30 +0200 Subject: [PATCH] Update to 2.56-RC2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f54722d868..aef6e9d12d 100644 --- a/build.sbt +++ b/build.sbt @@ -27,12 +27,12 @@ import org.typelevel.scalacoptions.JavaMajorVersion.javaMajorVersion // To test release candidates, find the beam repo and add it as a resolver // ThisBuild / resolvers += "apache-beam-staging" at "https://repository.apache.org/content/repositories/" -ThisBuild / resolvers += "apache-beam-staging" at "https://repository.apache.org/content/repositories/orgapachebeam-1376/" +ThisBuild / resolvers += "apache-beam-staging" at "https://repository.apache.org/content/repositories/orgapachebeam-1377/" val beamVendorVersion = "0.1" val beamVersion = "2.56.0" // check version used by beam -// https://github.com/apache/beam/blob/v2.56.0-RC1/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +// https://github.com/apache/beam/blob/v2.56.0-RC2/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy val autoServiceVersion = "1.0.1" val autoValueVersion = "1.9" val bigdataossVersion = "2.2.16"