Skip to content

Commit

Permalink
Update Kotlin (as it wouldn't compile anymore with 1.4...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ahrer committed Jun 6, 2023
1 parent e9474b9 commit f54749d
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 @@ -2,7 +2,7 @@ plugins {
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "0.14.0"
id("org.sonarqube") version "3.1.1"
kotlin("jvm") version "1.4.31"
kotlin("jvm") version "1.8.21"
`maven-publish`
id("com.github.ben-manes.versions") version "0.38.0"
id("io.gitlab.arturbosch.detekt") version "1.16.0"
Expand Down

0 comments on commit f54749d

Please sign in to comment.