File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ repositories {
8888 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
8989}
9090
91- implementation(" io.github.optimumcode:json-schema-validator:0.0.16 -SNAPSHOT" )
91+ implementation(" io.github.optimumcode:json-schema-validator:0.1.0 -SNAPSHOT" )
9292```
9393
9494##### Groovy
@@ -98,7 +98,7 @@ repositories {
9898 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
9999}
100100
101- implementation 'io.github.optimumcode:json-schema-validator:0.0.16 -SNAPSHOT'
101+ implementation 'io.github.optimumcode:json-schema-validator:0.1.0 -SNAPSHOT'
102102```
103103
104104### Example
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xmx1G
44org.gradle.java.installations.auto-download =false
55org.gradle.daemon =false
66
7- version =0.0.16 -SNAPSHOT
7+ version =0.1.0 -SNAPSHOT
88group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments