Skip to content

Commit 332589a

Browse files
authored
Add Sonatype Central Snapshots to resolvers
1 parent 2e9e4b8 commit 332589a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ inThisBuild(
103103
// Used during the releases
104104
resolvers += "Sonatype Central Deployments" at "https://central.sonatype.com/api/v1/publisher/deployments/download/",
105105
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
106+
resolvers += Resolver.sonatypeCentralSnapshots,
106107
resolvers += Resolver.mavenCentral,
107108
resolvers += Resolver.defaultLocal
108109
)

0 commit comments

Comments
 (0)