Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 64bce1d commit 384bd6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

plugins {
kotlin("jvm") version "1.9.10" apply false
kotlin("jvm") version "1.9.22" apply false
id("org.jetbrains.dokka") version "1.8.20" apply false
id("com.gradle.plugin-publish") version "1.2.1" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
Expand Down
2 changes: 1 addition & 1 deletion naked-integration/api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.22"
id("io.github.jvmusin.naked")
}

Expand Down
2 changes: 1 addition & 1 deletion naked-integration/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.22"
id("io.github.jvmusin.naked")
}

Expand Down
2 changes: 1 addition & 1 deletion naked-integration/user/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.22"
id("io.github.jvmusin.naked")
}

Expand Down

0 comments on commit 384bd6a

Please sign in to comment.