Skip to content

Commit c94afeb

Browse files
authored
Merge pull request #94 from GradleUp/more-compatibility
Compatibility with Kotlin 1.9
2 parents 5681861 + 0762733 commit c94afeb

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
@@ -13,7 +13,7 @@ version = "0.1.5"
1313

1414
compatPatrouille {
1515
java(17)
16-
kotlin("2.0.0")
16+
kotlin("1.9.0")
1717
}
1818

1919
publishing {

0 commit comments

Comments
 (0)