Skip to content

Commit acecbce

Browse files
author
Martin Ahrer
committed
Update Kotlin (as it wouldn't compile anymore with 1.4...)
1 parent 12168f0 commit acecbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-gradle-plugin`
33
id("com.gradle.plugin-publish") version "0.14.0"
44
id("org.sonarqube") version "3.1.1"
5-
kotlin("jvm") version "1.4.31"
5+
kotlin("jvm") version "1.8.21"
66
`maven-publish`
77
id("com.github.ben-manes.versions") version "0.38.0"
88
id("io.gitlab.arturbosch.detekt") version "1.16.0"

0 commit comments

Comments
 (0)