Skip to content

Commit

Permalink
Merge pull request #301 from guizmaii/patch-1
Browse files Browse the repository at this point in the history
Update documentation with the new resolvers `sonatypeOssSnapshots` sbt key
  • Loading branch information
eed3si9n authored Jul 24, 2024
2 parents 6b30fb1 + 2e7d97b commit a7f938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Use `-r https://s01.oss.sonatype.org/content/repositories/releases` instead if y
Add the following setting

```scala
resolvers += Resolver.sonatypeRepo("snapshots")
resolvers ++= Opts.resolver.sonatypeOssSnapshots
```

or
Expand Down

0 comments on commit a7f938f

Please sign in to comment.