Skip to content

Commit

Permalink
Release 0.4.15 (#62)
Browse files Browse the repository at this point in the history
Build Updates:
* Update build.gradle - increase release version, upgrade JUnit 5.11.4

Pull Requests:
* Bump org.jetbrains.kotlinx:kotlinx - coroutines-core from 1.9.0 to 1.10.1 (#61), coroutines-test from 1.9.0 to 1.10.1 (#60)
  • Loading branch information
DK96-OS authored Dec 28, 2024
1 parent 93bf893 commit bf77795
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions queue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ publishing {
maven(MavenPublication) {
groupId = "io.github.dk96-os.coroutines"
artifactId = "queue"
version = "0.4.14"
version = "0.4.15"
from components.java
}
}
}

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

// JUnit 5
testImplementation platform("org.junit:junit-bom:5.11.3")
testImplementation platform("org.junit:junit-bom:5.11.4")
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
Expand Down

0 comments on commit bf77795

Please sign in to comment.