Skip to content

Commit

Permalink
Update Sonatype snapshot URL (#3956)
Browse files Browse the repository at this point in the history
I couldn't resolve the latest Kotest snapshot release from
https://oss.sonatype.org/content/repositories/snapshots. However,
https://s01.oss.sonatype.org/content/repositories/snapshots worked.

This is a quick edit via the GitHub web gui. Do other parts of the docs
need to be updated too?
  • Loading branch information
aSemy committed Mar 31, 2024
1 parent aa0813b commit 92091b8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions documentation/versioned_docs/version-5.8/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,11 @@ kotlin {
Snapshot are automatically published on each commit to master.
If you want to test the latest snapshot build, setup the same way described above, change the version to the current snapshot version and add the following repository to your `repositories` block:

```
https://oss.sonatype.org/content/repositories/snapshots
```kotlin
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
name = "MavenCentralSnapshots"
mavenContent { snapshotsOnly() }
}
}
```

0 comments on commit 92091b8

Please sign in to comment.