Skip to content

Commit

Permalink
Merge pull request #82 from Noorts/dependabot/gradle/org.jetbrains.ko…
Browse files Browse the repository at this point in the history
…tlin.jvm-2.1.0

Bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0
  • Loading branch information
Noorts authored Jan 20, 2025
2 parents 5c556f3 + fbd1b2b commit 77519b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fun properties(key: String) = project.findProperty(key).toString()
// https://github.com/JetBrains/gradle-intellij-plugin
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
id("org.jetbrains.intellij") version "1.17.4"
}

Expand Down

0 comments on commit 77519b1

Please sign in to comment.