Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Drodt committed Nov 5, 2024
1 parent b709e53 commit 89e4ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
application
id("org.jmailen.kotlinter") version "3.16.0"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
Expand Down

0 comments on commit 89e4ee7

Please sign in to comment.