Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kotlinx-coroutines-rx2 from 1.3.3 to 1.5.1 #316

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test-suite-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
api "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3"
api "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.3.3"
api "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.5.1"
api project(':http-server-netty')
api project(':http-client')
api project(':runtime')

testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.3.2"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.5.1"

// Adding these for now since micronaut-test isnt resolving correctly ... probably need to upgrade gradle there too
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit5Version")
Expand Down