Skip to content

Commit

Permalink
upgraded Kotlin/JVM plugin, Kotlin serialization plugin to 1.9.24, an…
Browse files Browse the repository at this point in the history
…d Kotlin Coroutines JavaFX dependency to 1.8.1
  • Loading branch information
SpoilerRules committed May 24, 2024
1 parent 611a75f commit 41c0ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<p align="center">
<a href="https://kotlinlang.org/"><img src="https://img.shields.io/badge/Kotlin-1.9.23-blue.svg?style=flat-square&logo=kotlin" alt="Kotlin"></a>
<a href="https://kotlinlang.org/"><img src="https://img.shields.io/badge/Kotlin-1.9.24-blue.svg?style=flat-square&logo=kotlin" alt="Kotlin"></a>
<a href="https://www.oracle.com/java/technologies/javase-downloads.html"><img src="https://img.shields.io/badge/Java-11-blue.svg?style=flat-square&logo=java&logoColor=white" alt="Java"></a>
<a href="https://gradle.org/"><img src="https://img.shields.io/badge/Gradle-8.7-blue.svg?style=flat-square&logo=gradle&logoColor=white" alt="Gradle"></a>
</p>
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
kotlin("jvm") version "1.9.24"
kotlin("plugin.serialization") version "1.9.24"
id("org.openjfx.javafxplugin") version "0.1.0"
id("io.gitlab.arturbosch.detekt") version "1.23.5"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
Expand All @@ -18,7 +18,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
// implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.6.3") {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-common")
}
Expand Down

0 comments on commit 41c0ccc

Please sign in to comment.