We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b9c51 commit 66b3106Copy full SHA for 66b3106
README.md
@@ -9,7 +9,7 @@ If you have any questions please open an issue ticket!
9
Add this to your build.gradle.kts
10
```kotlin
11
dependencies {
12
- implementation("de.inoxio:spring-cloudwatch-metrics:0.1.0")
+ implementation("de.inoxio:spring-cloudwatch-metrics:1.0.3")
13
}
14
```
15
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
group = "de.inoxio"
-version = "1.0.2"
+version = "1.0.3"
description = "A java-spring library to push metrics to cloudwatch"
16
apply {
0 commit comments