Skip to content

Commit b0e9fd7

Browse files
dependabot[bot]nthykier
authored andcommitted
Bump org.jetbrains.changelog from 2.2.1 to 2.4.0
Bumps org.jetbrains.changelog from 2.2.1 to 2.4.0. --- updated-dependencies: - dependency-name: org.jetbrains.changelog dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2c40af commit b0e9fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
88
id("org.jetbrains.intellij") version "1.17.4"
99
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
10-
id("org.jetbrains.changelog") version "2.2.1"
10+
id("org.jetbrains.changelog") version "2.4.0"
1111
}
1212

1313
fun properties(key: String) = project.findProperty(key).toString()

0 commit comments

Comments
 (0)