Skip to content

Commit f6427d1

Browse files
authored
Merge pull request #80 from coder/dependabot/gradle/main/org.jetbrains.kotlin.jvm-1.7.20
chore: bump org.jetbrains.kotlin.jvm from 1.7.10 to 1.7.20
2 parents fc61803 + 0135f03 commit f6427d1

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
@@ -7,7 +7,7 @@ plugins {
77
// Java support
88
id("java")
99
// Kotlin support
10-
id("org.jetbrains.kotlin.jvm") version "1.7.10"
10+
id("org.jetbrains.kotlin.jvm") version "1.7.20"
1111
// Gradle IntelliJ Plugin
1212
id("org.jetbrains.intellij") version "1.9.0"
1313
// Gradle Changelog Plugin

0 commit comments

Comments
 (0)