Skip to content

Commit

Permalink
Merge pull request #2465 from bardsoftware/dependabot/gradle/org.jetb…
Browse files Browse the repository at this point in the history
…rains.kotlin.jvm-2.0.0

Bump org.jetbrains.kotlin.jvm from 1.9.22 to 2.0.0
  • Loading branch information
dbarashev committed May 21, 2024
2 parents 65d1bee + 547adb7 commit a421674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.nio.file.Files
import java.nio.file.Paths

plugins {
id "org.jetbrains.kotlin.jvm" version "1.9.22" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.0" apply false
}
ext.distBinDir = file('ganttproject-builder/dist-bin')
ext.pluginsDir = file("ganttproject-builder/dist-bin/plugins/base")
Expand Down

0 comments on commit a421674

Please sign in to comment.