Skip to content

Commit

Permalink
Bump kotlin to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
defvs committed Aug 26, 2024
1 parent 9677072 commit 1dc55c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.20"
application
id("org.openjfx.javafxplugin") version "0.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
kotlin("plugin.serialization") version "2.0.0"
kotlin("plugin.serialization") version "2.0.20"
}

tasks.wrapper {
Expand Down

0 comments on commit 1dc55c6

Please sign in to comment.