File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
11
11
by adding the following dependency in your ` build.gradle ` .
12
12
13
13
``` groovy
14
- testImplementation 'foundation.icon:javaee-unittest:0.9.5 '
14
+ testImplementation 'foundation.icon:javaee-unittest:0.9.6 '
15
15
```
16
16
17
17
For a more complete example, please visit [ Java SCORE Examples] ( https://github.com/icon-project/java-score-examples ) .
Original file line number Diff line number Diff line change 1
1
GROUP =foundation.icon
2
- VERSION =0.9.5
2
+ VERSION =0.9.6
Original file line number Diff line number Diff line change 12
12
dependencies {
13
13
compileOnly ' org.bouncycastle:bcprov-jdk15on:1.70'
14
14
15
- testImplementation " foundation.icon:javaee-scorex:0.5.2 "
15
+ testImplementation ' foundation.icon:javaee-scorex:0.5.3 '
16
16
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.0'
17
17
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
18
18
testRuntimeOnly ' org.bouncycastle:bcprov-jdk15on:1.70'
You can’t perform that action at this time.
0 commit comments