Skip to content

Commit 9bd0d31

Browse files
committed
chore: update to kotlin 1.5.32
1 parent 3e301b6 commit 9bd0d31

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
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
val kotlinVersion = "1.6.0"
6+
val kotlinVersion = "1.5.32"
77
classpath(kotlin("gradle-plugin", version = kotlinVersion))
88
classpath(kotlin("serialization", version = kotlinVersion))
99
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")

0 commit comments

Comments
 (0)