diff --git a/build.sbt b/build.sbt index c1a4e4c..c4ea821 100644 --- a/build.sbt +++ b/build.sbt @@ -103,6 +103,7 @@ inThisBuild( // Used during the releases resolvers += "Sonatype Central Deployments" at "https://central.sonatype.com/api/v1/publisher/deployments/download/", resolvers ++= Resolver.sonatypeOssRepos("snapshots"), + resolvers += Resolver.sonatypeCentralSnapshots, resolvers += Resolver.mavenCentral, resolvers += Resolver.defaultLocal ) diff --git a/project/build.properties b/project/build.properties index 61c9b1c..5e6884d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.1 +sbt.version=1.11.6