Skip to content

Commit

Permalink
Update PekkoDependency.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 18, 2023
1 parent 6957575 commit 12fc5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PekkoDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object PekkoDependency {

// pekko-cluster-sharding-typed_2.13 seems to be the last nightly published by `pekko-publish-nightly` so if that's there then it's likely the rest also made it
val body = Await.result(http.run(url(
s"${Resolver.ApacheMavenSnapshotsRepo.root}org/apache/pekko/pekko-cluster-sharding-typed_2.13/")),
s"${Resolver.ApacheMavenSnapshotsRepo.root}org/apache/pekko/pekko-cluster-sharding-typed_2.13/")),
10.seconds).bodyAsString

val allVersions =
Expand Down

0 comments on commit 12fc5e3

Please sign in to comment.