Skip to content

Commit

Permalink
bump kotlin to 1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 6, 2024
1 parent d2991f2 commit d0f54d8
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 @@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath(kotlin("gradle-plugin", "1.5.30"))
classpath(kotlin("gradle-plugin", "1.8.22"))
classpath("com.vanniktech:gradle-maven-publish-plugin:0.17.0")
}
}
Expand Down

0 comments on commit d0f54d8

Please sign in to comment.