Skip to content

Commit

Permalink
Update to 2.56-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Apr 29, 2024
1 parent a9d20d0 commit 57fed16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 57fed16

Please sign in to comment.