Skip to content

Commit

Permalink
fis snapshot repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 29, 2023
1 parent 28576f7 commit 8e02ba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/main/paradox/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ For a more detailed description of our process, please refer to the [CONTRIBUTIN

Testing snapshot versions can help us find bugs before a release. We publish snapshot versions for every commit to the `main` branch.

The latest published snapshot version can be found in [SonatypeSnapshots].
The latest published snapshot version can be found in [ApacheSnapshotRepository].

### Configure repository

sbt
: ```scala
resolvers += "pekko-http-snapshot-repository" at "https://repository.apache.org/content/repositories/snapshots"
resolvers += "apache-snapshot-repository" at "https://repository.apache.org/content/repositories/snapshots"
```

Maven
Expand All @@ -25,7 +25,7 @@ Maven
...
<repositories>
<repository>
<id>pekko-http-snapshots</id>
<id>apache-http-snapshots</id>
<name>Pekko HTTP Snapshots</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</repository>
Expand All @@ -43,4 +43,4 @@ Gradle
}
```

[SonatypeSnapshots]: https://repository.apache.org/content/repositories/snapshots/org/apache/pekko/pekko-http-core_2.13/
[ApacheSnapshotRepository]: https://repository.apache.org/content/repositories/snapshots/org/apache/pekko/pekko-http-core_2.13/

0 comments on commit 8e02ba3

Please sign in to comment.