From 2e7d97b01c5dfc31c6ef176bb3a22ea3c71db18e Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Wed, 24 Jul 2024 12:22:14 +1000 Subject: [PATCH] Update documentation with the new resolvers `sonatypeOssSnapshots` sbt key --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3703ccd..c793a60 100644 --- a/readme.md +++ b/readme.md @@ -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