We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b231202 commit b865e35Copy full SHA for b865e35
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
id("org.jetbrains.kotlin.jvm") version "2.1.21"
9
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
10
id("com.vanniktech.maven.publish") version "0.33.0"
11
- id("org.jetbrains.changelog") version "2.2.1"
+ id("org.jetbrains.changelog") version "2.4.0"
12
}
13
14
version = property("VERSION_NAME").toString()
0 commit comments