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 ddbbe45 commit 7bb1211Copy full SHA for 7bb1211
README.md
@@ -20,13 +20,13 @@ This library is distributed under Apache 2.0 license and it is available as an a
20
<dependency>
21
<groupId>xyz.fabiano</groupId>
22
<artifactId>spring-localstack</artifactId>
23
- <version>0.0.5</version>
+ <version>0.0.7</version>
24
</dependency>
25
```
26
27
#### Gradle:
28
```properties
29
-compile 'xyz.fabiano:spring-localstack:0.0.5'
+compile 'xyz.fabiano:spring-localstack:0.0.7'
30
31
32
0 commit comments