Skip to content

Commit

Permalink
Use released artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Sep 13, 2024
1 parent a079159 commit 2ec54e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ 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-1385/"
val beamVendorVersion = "0.1"
val beamVersion = "2.59.0"

// check version used by beam
// https://github.com/apache/beam/blob/v2.59.0-RC1/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
// https://github.com/apache/beam/blob/v2.59.0/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 2ec54e8

Please sign in to comment.