Skip to content

Commit c31da89

Browse files
author
Henry Fraser
committed
Match kotlin version to the properties file
1 parent 847dee3 commit c31da89

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 @@
22
// We could use a buildSrc script for this.
33
// See: https://github.com/gradle/kotlin-dsl-samples/issues/802
44
plugins {
5-
kotlin("jvm") version "1.6.10"
5+
kotlin("jvm") version "1.8.10"
66
`maven-publish`
77
}
88

0 commit comments

Comments
 (0)