Skip to content

Commit

Permalink
Merge pull request #110 from TheFruxz/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…etbrains.kotlinx-kotlinx-coroutines-core-1.8.1

Chore(deps): Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1
  • Loading branch information
TheFruxz committed May 11, 2024
2 parents 445a8db + 5877650 commit d2fcace
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 @@ -25,7 +25,7 @@ dependencies {
implementation(kotlin("reflect"))

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")

implementation("org.jetbrains.exposed:exposed-core:0.50.0")
implementation("org.jetbrains.exposed:exposed-dao:0.50.1")
Expand Down

0 comments on commit d2fcace

Please sign in to comment.