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 5d54f3d commit d09f286
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 @@ -23,8 +23,7 @@ commands := commands.value.filterNot { command =>
}
}

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

lazy val `pekko-persistence-jdbc` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
sbt.version=1.9.4
sbt.version=1.9.5

0 comments on commit d09f286

Please sign in to comment.