Skip to content

Commit 9241349

Browse files
authored
Merge pull request #96 from coder/dependabot/gradle/main/org.jetbrains.kotlin.jvm-1.7.22
chore: bump org.jetbrains.kotlin.jvm from 1.7.21 to 1.7.22
2 parents 777e85e + 54b980c commit 9241349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// Groovy support
1010
id("groovy")
1111
// Kotlin support
12-
id("org.jetbrains.kotlin.jvm") version "1.7.21"
12+
id("org.jetbrains.kotlin.jvm") version "1.7.22"
1313
// Gradle IntelliJ Plugin
1414
id("org.jetbrains.intellij") version "1.10.0"
1515
// Gradle Changelog Plugin

0 commit comments

Comments
 (0)