Skip to content

Commit

Permalink
Update artifact version on examples (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Feb 23, 2024
1 parent c2c2b61 commit 2792c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ Maven dependencies:
<dependency>
<groupId>com.newrelic.telemetry</groupId>
<artifactId>telemetry-core</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>com.newrelic.telemetry</groupId>
<artifactId>telemetry-http-okhttp</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>
```

Gradle dependencies:

```
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")
```

Take a look at the example code in the [telemetry_examples](telemetry_examples) module.
Expand Down

0 comments on commit 2792c31

Please sign in to comment.