We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c9608 commit d3253d8Copy full SHA for d3253d8
README.md
@@ -17,13 +17,13 @@ Maven:
17
<dependency>
18
<groupId>io.github.sugar-cubes</groupId>
19
<artifactId>sugar-cubes-cloner</artifactId>
20
- <version>1.2.1</version>
+ <version>1.2.2</version>
21
</dependency>
22
```
23
24
Gradle:
25
```groovy
26
-implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.2.1"
+implementation "io.github.sugar-cubes:sugar-cubes-cloner:1.2.2"
27
28
29
It is recommended also to include [Objenesis](https://github.com/easymock/objenesis) library into your application.
version.txt
@@ -1 +1 @@
1
-1.2.2-SNAPSHOT
+1.2.2
0 commit comments