Skip to content

Commit

Permalink
⬆️ Bump org.jetbrains.kotlinx:kotlinx-coroutines-swing
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-swing](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent ad61871 commit f678261
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 @@ -28,7 +28,7 @@ kotlin {
implementation("com.sksamuel.scrimage:scrimage-core:4.0.37")
implementation("com.sksamuel.scrimage:scrimage-webp:4.0.37")
implementation("com.russhwolf:multiplatform-settings-no-arg:1.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3")
implementation("org.jetbrains.kotlin:kotlin-reflect:${extra["kotlin.version"]}")
// api ("com.badlogicgames:libimagequant-java:1.0")
// https://mvnrepository.com/artifact/net.coobird/thumbnailator
Expand Down

0 comments on commit f678261

Please sign in to comment.