Skip to content

Commit

Permalink
Update to SBT 1.9.6 and use Apache Staging repo constant
Browse files Browse the repository at this point in the history
(cherry picked from commit d0b9c43)
  • Loading branch information
mdedetrich committed Sep 15, 2023
1 parent bdbd438 commit 18df7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 @@ commands := commands.value.filterNot { command =>
}
}

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

enablePlugins(
UnidocRoot,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.6

0 comments on commit 18df7a3

Please sign in to comment.