Skip to content

Commit

Permalink
chore(deps): update plugin poko to v0.17.0 (#2452)
Browse files Browse the repository at this point in the history
* chore(deps): update plugin poko to v0.17.0

* Remove snapshot repo.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Colin White <colin@colinwhite.me>
  • Loading branch information
renovate[bot] and colinrtwhite authored Aug 23, 2024
1 parent 5033c4a commit f1b41c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}

// Necessary to publish to Maven.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand Down

0 comments on commit f1b41c5

Please # to comment.