Skip to content

Commit

Permalink
build(deps): Update Kotlin to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 28, 2024
1 parent 600b4ea commit 211e894
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 @@ -8,7 +8,7 @@ plugins {
`maven-publish`
signing
jacoco
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.0"
id("org.jetbrains.dokka") version ("1.9.10")
id("com.github.hierynomus.license") version "0.16.1"
id("org.sonarqube") version "4.4.1.3373"
Expand Down

0 comments on commit 211e894

Please sign in to comment.