We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c170e55 + 0f2e534 commit ef42ab3Copy full SHA for ef42ab3
README.md
@@ -50,7 +50,7 @@ Below are a list of the collected exception attributes:
50
You can add the dependency by adding the following to your `build.gradle` file:
51
```
52
dependencies {
53
- implementation "com.newrelic.opentracing:java-aws-lambda:2.1.0"
+ implementation "com.newrelic.opentracing:java-aws-lambda:2.1.1"
54
}
55
56
RELEASE.md
gradle.properties
@@ -1,2 +1,2 @@
1
group = com.newrelic.opentracing
2
-version = 2.1.1
+version = 2.2.0-SNAPSHOT
0 commit comments