Skip to content

Commit

Permalink
Use released version
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jan 5, 2024
1 parent 32378ed commit cfae1a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo
import de.heikoseeberger.sbtheader.CommentCreator
import org.typelevel.scalacoptions.JavaMajorVersion.javaMajorVersion

ThisBuild / resolvers += "apache-beam-staging" at "https://repository.apache.org/content/repositories/orgapachebeam-1365/"
// 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/"
val beamVendorVersion = "0.1"
val beamVersion = "2.53.0"

Expand Down

0 comments on commit cfae1a1

Please sign in to comment.