Skip to content

Commit fc55d77

Browse files
Bump org.jetbrains.kotlin.jvm
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fe5f1d commit fc55d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fabric-contract-example-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
66

77
plugins {
88
id("com.gradleup.shadow") version "8.3.6"
9-
id("org.jetbrains.kotlin.jvm") version "1.9.22"
9+
id("org.jetbrains.kotlin.jvm") version "2.2.0"
1010
}
1111

1212

0 commit comments

Comments
 (0)