Skip to content

Commit d467f23

Browse files
authored
Add Sonatype Central Snapshots to resolvers (#45)
* Add Sonatype Central Snapshots to resolvers * Bump sbt version
1 parent 2e9e4b8 commit d467f23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.1
1+
sbt.version=1.11.6

0 commit comments

Comments
 (0)