Skip to content

Commit

Permalink
Update PekkoDependency.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 29, 2023
1 parent 28c3772 commit 5a1a533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/PekkoDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ object PekkoDependency {
s"${Resolver.ApacheMavenSnapshotsRepo.root}org/apache/pekko/pekko-cluster-sharding-typed_2.13/")),
10.seconds).bodyAsString

// we use tagNumber set as Integer.MAX_VALUE when there is no tagNumber
// this ensures that RC and Milistone versions are treated as older than non-RC/non-milestone versions
val allVersions =
snapshotVersionR.findAllMatchIn(body)
.map {
Expand Down

0 comments on commit 5a1a533

Please sign in to comment.