Skip to content

Commit

Permalink
fix agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwen624 committed Apr 25, 2022
1 parent bafa877 commit a3f389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
bytebuddy : "1.10.18",
guava : "30.1-jre",
appopticsCore : "7.5.0",
agent : "0.8.0" // the custom distro agent version
agent : "0.7.1" // the custom distro agent version
]
versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now
versions.opentelemetryAlpha = "${versions.opentelemetry}-alpha"
Expand Down

0 comments on commit a3f389f

Please sign in to comment.