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 e1e31cf commit f859871Copy full SHA for f859871
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.9.6'
+testImplementation 'foundation.icon:javaee-unittest:0.9.7'
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.9.6
+VERSION=0.9.7
0 commit comments