Skip to content

Commit

Permalink
Fix typo (#12951)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 23, 2024
1 parent 9bd4f79 commit 242e10d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
configurations.configureEach {
if (name == "testRuntimeClasspath" || name == "testCompileClasspath") {
resolutionStrategy {
// earliest version that works with out test harness
// earliest version that works with our test harness
force("io.opentelemetry:opentelemetry-api:1.4.0")
}
}
Expand Down

0 comments on commit 242e10d

Please sign in to comment.