Skip to content

Commit

Permalink
Merge pull request #46 from orangain/dependabot/gradle/org.jetbrains.…
Browse files Browse the repository at this point in the history
…kotlinx-kotlinx-coroutines-core-1.8.0

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0
  • Loading branch information
orangain committed Feb 21, 2024
2 parents e4fd312 + 2d90f94 commit c25bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktcodeshift-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies")
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies-maven")
// coroutines dependency is required for this particular definition
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit c25bd01

Please sign in to comment.