File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ repositories {
88
88
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
89
89
}
90
90
91
- implementation(" io.github.optimumcode:json-schema-validator:0.1.1 -SNAPSHOT" )
91
+ implementation(" io.github.optimumcode:json-schema-validator:0.2.0 -SNAPSHOT" )
92
92
```
93
93
94
94
##### Groovy
@@ -98,7 +98,7 @@ repositories {
98
98
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
99
99
}
100
100
101
- implementation 'io.github.optimumcode:json-schema-validator:0.1.1 -SNAPSHOT'
101
+ implementation 'io.github.optimumcode:json-schema-validator:0.2.0 -SNAPSHOT'
102
102
```
103
103
104
104
### Example
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xmx1G
4
4
org.gradle.java.installations.auto-download =false
5
5
org.gradle.daemon =false
6
6
7
- version =0.1.1 -SNAPSHOT
7
+ version =0.2.0 -SNAPSHOT
8
8
group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments