diff --git a/README.md b/README.md index e3c8e84..ddf7f38 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Add required `build.gradle` dependencies to your project: ``` implementation("com.newrelic.telemetry:dropwizard-metrics-newrelic:1.0.0") -implementation("com.newrelic.telemetry:telemetry-core:0.15.0") -implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.15.0") +implementation("com.newrelic.telemetry:telemetry-core:0.16.0") +implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.16.0") ``` If you do not want to depend on okhttp, you can remove the dependency on `telemetry-http-okhttp`,