Skip to content

Commit

Permalink
Update to SBT 1.9.5 and use Apache Staging repo constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 14, 2023
1 parent ae6d03d commit edd3125
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 @@ -24,8 +24,7 @@ ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "apache-pekko-persistence-dynamodb"
sourceDistIncubating := true

ThisBuild / reproducibleBuildsCheckResolver :=
"Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/")
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo

commands := commands.value.filterNot { command =>
command.nameOption.exists { name =>
Expand Down

0 comments on commit edd3125

Please sign in to comment.