Skip to content

Commit

Permalink
Update Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
KBurgmann committed Aug 10, 2023
1 parent 61bbe81 commit 5739f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ val kotlin_version: String by project
val logback_version: String by project

plugins {
kotlin("jvm") version "1.8.10"
id("org.jetbrains.kotlin.plugin.serialization") version "1.8.10"
kotlin("jvm") version "1.9.0"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.0"
application
`maven-publish`
}
Expand Down

0 comments on commit 5739f23

Please sign in to comment.