Skip to content

Commit

Permalink
rework resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 12, 2024
1 parent 76f550e commit 59f2d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ sourceDistName := "apache-pekko-projection"
sourceDistIncubating := true

ThisBuild / pekkoInlineEnabled := false
// we want to be able to test with snapshot versions of Pekko dependencies
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo

lazy val core =
Expand Down
24 changes: 0 additions & 24 deletions project/PekkoSnapshotRepository.scala

This file was deleted.

0 comments on commit 59f2d1c

Please sign in to comment.