Skip to content

Commit 3009ccf

Browse files
chore: bump the gradle-updates group across 1 directory with 4 updates (#72)
1 parent 5ac13c8 commit 3009ccf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ kotlin = "1.9.25"
66
[plugins]
77
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
88
jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" }
9-
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
10-
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.21.0" }
9+
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
10+
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.22.0" }
1111

1212
[libraries]
1313
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" }

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pluginManagement {
2626
}
2727

2828
plugins {
29-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
30-
id("com.gradle.develocity") version "3.19.1"
29+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
30+
id("com.gradle.develocity") version "3.19.2"
3131
}
3232

3333
dependencyResolutionManagement {

0 commit comments

Comments
 (0)