Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2023
1 parent 53025f8 commit bf9e064
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 @@ -4,7 +4,7 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("org.jetbrains.kotlin.jvm") version "1.8.21"
id("org.jetbrains.intellij") version "1.5.3"
}
apply(plugin = "org.jetbrains.intellij")
Expand Down

0 comments on commit bf9e064

Please sign in to comment.