From 332589a8ac74bea29b91c0bc0bcfa59956a78a5e Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Fri, 12 Sep 2025 07:22:20 -0700 Subject: [PATCH 1/2] Add Sonatype Central Snapshots to resolvers --- build.sbt | 1 + 1 file changed, 1 insertion(+) 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 ) From 091ec0f45341037d04ce41b47b8b43616631ee81 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Fri, 12 Sep 2025 08:25:38 -0700 Subject: [PATCH 2/2] Bump sbt version --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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