Skip to content

Commit

Permalink
Limit lates dep version for rxjava-3.0 (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Aug 30, 2021
1 parent 7b4d0db commit 9f56888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instrumentation/rxjava/rxjava-3.0/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies {

testImplementation("io.opentelemetry:opentelemetry-extension-annotations")
testImplementation(project(":instrumentation:rxjava:rxjava-3.0:testing"))

latestDepTestLibrary("io.reactivex.rxjava3:rxjava:3.1.0")
}

tasks.withType<Test>().configureEach {
Expand Down
2 changes: 2 additions & 0 deletions instrumentation/rxjava/rxjava-3.0/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ dependencies {
implementation(project(":instrumentation-api-annotation-support"))

testImplementation(project(":instrumentation:rxjava:rxjava-3.0:testing"))

latestDepTestLibrary("io.reactivex.rxjava3:rxjava:3.1.0")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit 9f56888

Please sign in to comment.