Skip to content

Commit

Permalink
Release 0.4.8 (#33)
Browse files Browse the repository at this point in the history
Build Updates:
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0 (#31)
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.3 to 1.8.0 (#32)
* Upgrade Gradle 8.6
  • Loading branch information
DK96-OS authored Feb 16, 2024
1 parent c47e2b8 commit bdd79c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions queue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ publishing {

dependencies {
// Coroutine support
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0"

// JUnit 5
testImplementation platform("org.junit:junit-bom:5.10.2")
Expand Down

0 comments on commit bdd79c9

Please sign in to comment.