Skip to content

Commit

Permalink
Upgrade to Kotlin 1.9.10, Dokka 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 3, 2023
1 parent cfcadd2 commit 0a313d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

dependencies {
implementation(gradleApi())
implementation(kotlin("gradle-plugin", "1.8.22"))
implementation(kotlin("gradle-plugin", "1.9.10"))
// make our custom lint rules available to the buildscript classpath
runtimeOnly(project(":ktlint-rules"))
implementation(libs.nexusPublishPlugin)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official

# kotlin
kotlinVersion=1.8.22
kotlinVersion=1.9.10

0 comments on commit 0a313d6

Please sign in to comment.