Skip to content

Commit d73a9f4

Browse files
committed
Bump version to 0.9.6
1 parent 7f93a67 commit d73a9f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
1111
by adding the following dependency in your `build.gradle`.
1212

1313
```groovy
14-
testImplementation 'foundation.icon:javaee-unittest:0.9.5'
14+
testImplementation 'foundation.icon:javaee-unittest:0.9.6'
1515
```
1616

1717
For a more complete example, please visit [Java SCORE Examples](https://github.com/icon-project/java-score-examples).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GROUP=foundation.icon
2-
VERSION=0.9.5
2+
VERSION=0.9.6

unittest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java {
1212
dependencies {
1313
compileOnly 'org.bouncycastle:bcprov-jdk15on:1.70'
1414

15-
testImplementation "foundation.icon:javaee-scorex:0.5.2"
15+
testImplementation 'foundation.icon:javaee-scorex:0.5.3'
1616
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
1717
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
1818
testRuntimeOnly 'org.bouncycastle:bcprov-jdk15on:1.70'

0 commit comments

Comments
 (0)