File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repositories {
4242 mavenCentral()
4343}
4444
45- implementation(" io.github.optimumcode:json-schema-validator:0.0.9 " )
45+ implementation(" io.github.optimumcode:json-schema-validator:0.0.10 " )
4646```
4747
4848##### Groovy
@@ -52,7 +52,7 @@ repositories {
5252 mavenCentral()
5353}
5454
55- implementation 'io.github.optimumcode:json-schema-validator:0.0.9 '
55+ implementation 'io.github.optimumcode:json-schema-validator:0.0.10 '
5656```
5757
5858_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -85,7 +85,7 @@ repositories {
8585 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
8686}
8787
88- implementation(" io.github.optimumcode:json-schema-validator:0.0.10 -SNAPSHOT" )
88+ implementation(" io.github.optimumcode:json-schema-validator:0.0.11 -SNAPSHOT" )
8989```
9090
9191##### Groovy
@@ -95,7 +95,7 @@ repositories {
9595 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
9696}
9797
98- implementation 'io.github.optimumcode:json-schema-validator:0.0.10 -SNAPSHOT'
98+ implementation 'io.github.optimumcode:json-schema-validator:0.0.11 -SNAPSHOT'
9999```
100100
101101### 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.10 -SNAPSHOT
7+ version =0.0.11 -SNAPSHOT
88group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments