[#156] Gradle Versions Plugin 0.46.0

This commit is contained in:
Honza Rychnovsky 2023-04-18 14:40:56 +02:00 committed by GitHub
parent 311a521975
commit e82a59c9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.44.0=classpath
com.github.ben-manes:gradle-versions-plugin:0.44.0=classpath
com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.46.0=classpath
com.github.ben-manes:gradle-versions-plugin:0.46.0=classpath
com.squareup.moshi:moshi-kotlin:1.12.0=classpath
com.squareup.moshi:moshi:1.12.0=classpath
com.squareup.okhttp3:okhttp:4.9.3=classpath

View File

@ -13,4 +13,4 @@ kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest"
[plugins]
dokka = "org.jetbrains.dokka:1.8.10"
kover = "org.jetbrains.kotlinx.kover:0.6.1"
versions = "com.github.ben-manes.versions:0.44.0"
versions = "com.github.ben-manes.versions:0.46.0"