Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 463739c commit db42d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
`java-library`
`maven-publish`
idea
kotlin("jvm") version "1.8.21"
kotlin("jvm") version "1.9.20"
signing
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.8.21"
kotlin("jvm") version "1.9.20"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("org.jetbrains.dokka") version "1.8.10"
}
Expand Down

0 comments on commit db42d41

Please sign in to comment.