Skip to content

Commit 75c88ba

Browse files
committed
Bump all dependencies to the latest and add release reference links
1 parent 480c9bb commit 75c88ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ repositories {
1919

2020
dependencies {
2121
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
22-
implementation(kotlin("gradle-plugin", "2.2.20"))
23-
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
22+
implementation(kotlin("gradle-plugin", "2.2.21"))
23+
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20251024-SNAPSHOT") // TODO don't use a snapshot version in a main branch
2424
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
2525
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.1.0")
2626
}

0 commit comments

Comments
 (0)