Skip to content

Commit

Permalink
Merge pull request #44 from Joseph5610/dependabot/gradle/kotlinCorout…
Browse files Browse the repository at this point in the history
…inesVersion-1.8.0

Bump kotlinCoroutinesVersion from 1.7.3 to 1.8.0
  • Loading branch information
Joseph5610 authored Mar 8, 2024
2 parents bd1300c + 824e3c7 commit 5d14023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {

apply(plugin = "io.github.fvarrui.javapackager.plugin")

val kotlinCoroutinesVersion = "1.7.3"
val kotlinCoroutinesVersion = "1.8.0"
val tornadoFxVersion = "2.0.0-SNAPSHOT"
val log4jVersion = "2.20.0"
val slf4jVersion = "2.0.9"
Expand Down

0 comments on commit 5d14023

Please sign in to comment.