Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2023
1 parent 7abba02 commit 361d203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/DiscordBot/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.10"
kotlin("plugin.serialization") version "1.8.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/SseServer.Faloop/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.10"
kotlin("plugin.serialization") version "1.8.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/SseServer/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.10"
kotlin("plugin.serialization") version "1.8.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down

0 comments on commit 361d203

Please sign in to comment.