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 329ae29 commit c086de0Copy full SHA for c086de0
README.md
@@ -11,7 +11,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
11
by adding the following dependency in your `build.gradle`.
12
13
```groovy
14
-testImplementation 'foundation.icon:javaee-unittest:0.11.1'
+testImplementation 'foundation.icon:javaee-unittest:0.12.0'
15
```
16
17
For a more complete example, please visit [Java SCORE Examples](https://github.com/icon-project/java-score-examples).
gradle.properties
@@ -1,2 +1,2 @@
1
GROUP=foundation.icon
2
-VERSION=0.11.1
+VERSION=0.12.0
0 commit comments