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.
1 parent 32d1a25 commit ea42f0fCopy full SHA for ea42f0f
README.md
@@ -33,7 +33,7 @@ Include the following dependency in your `pom.xml`
33
<dependency>
34
<groupId>com.datadoghq</groupId>
35
<artifactId>datadog-lambda-java</artifactId>
36
- <version>0.0.3</version>
+ <version>0.0.4</version>
37
<type>pom</type>
38
</dependency>
39
```
@@ -48,7 +48,7 @@ repositories {
48
}
49
50
dependencies {
51
- implementation 'com.datadoghq:datadog-lambda-java:0.0.3'
+ implementation 'com.datadoghq:datadog-lambda-java:0.0.4'
52
53
54
0 commit comments