Update to latest snapshot (#1544)

This commit is contained in:
Anuraag Agrawal 2020-11-03 17:08:17 +09:00 committed by GitHub
parent 4e50e647be
commit a528daee52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@ ext {
// Check https://oss.jfrog.org/libs-snapshot/io/opentelemetry/ for latest snapshot version.
// Snapshot versions are often split across versions (based on jfrog's whim and relative age of
// each module), best to keep these separate until GA
opentelemetry : '0.10.0-20201101.161040-127',
opentelemetryOther : '0.10.0-20201101.161040-125',
opentelemetryAnother: '0.10.0-20201101.161040-126',
opentelemetryContext: '0.10.0-20201101.161040-98',
opentelemetry : '0.10.0-20201103.055146-135',
opentelemetryOther : '0.10.0-20201103.055146-133',
opentelemetryAnother: '0.10.0-20201103.055146-134',
opentelemetryContext: '0.10.0-20201103.055146-106',
slf4j : "1.7.30",
guava : "20.0", // Last version to support Java 7