Update to SBT 1.9.6 and use Apache Staging repo constant
This commit is contained in:
parent
e784cd7c99
commit
d0b9c43bb5
2 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.9.4
|
||||
sbt.version=1.9.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue