Skip to content

Commit b0f0e22

Browse files
Bump org.jetbrains.kotlin.jvm from 1.9.23 to 2.0.0 (#287)
Bumps org.jetbrains.kotlin.jvm from 1.9.23 to 2.0.0. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cdd6dc commit b0f0e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import java.time.ZonedDateTime
22
import java.time.format.DateTimeFormatter
33

44
plugins {
5-
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
5+
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
66
id 'org.jetbrains.dokka' version '1.9.20' apply false
77
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1' apply false
88
id 'com.vanniktech.maven.publish' version '0.25.3' apply false

gradle-spoon-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
2+
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
33
id 'org.jetbrains.dokka' version '1.9.20'
44
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1'
55
id 'com.vanniktech.maven.publish' version '0.25.3'

0 commit comments

Comments
 (0)