diff --git a/build.gradle.kts b/build.gradle.kts index 6517ffc926..6841baa239 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,6 @@ allprojects { repositories { google() mavenCentral() - maven("https://oss.sonatype.org/content/repositories/snapshots") } // Necessary to publish to Maven. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 321c912155..9e83102285 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ skiko = "0.8.4" baselineProfile = { id = "androidx.baselineprofile", version.ref = "androidx-benchmark" } binaryCompatibility = "org.jetbrains.kotlinx.binary-compatibility-validator:0.16.3" dokka = "org.jetbrains.dokka:1.9.20" -poko = "dev.drewhamilton.poko:0.17.0-SNAPSHOT" +poko = "dev.drewhamilton.poko:0.17.0" screenshot = "com.android.compose.screenshot:0.0.1-alpha04" spotless = "com.diffplug.spotless:6.25.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 865edfef9e..bb2a482f67 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -3,7 +3,6 @@ pluginManagement { google() mavenCentral() gradlePluginPortal() - maven("https://oss.sonatype.org/content/repositories/snapshots") } }