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 @@ -47,7 +47,7 @@ repositories {
4747 mavenCentral()
4848}
4949
50- implementation(" io.github.optimumcode:json-schema-validator:0.2.3 " )
50+ implementation(" io.github.optimumcode:json-schema-validator:0.3.0 " )
5151```
5252
5353##### Groovy
@@ -57,7 +57,7 @@ repositories {
5757 mavenCentral()
5858}
5959
60- implementation 'io.github.optimumcode:json-schema-validator:0.2.3 '
60+ implementation 'io.github.optimumcode:json-schema-validator:0.3.0 '
6161```
6262
6363_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -90,7 +90,7 @@ repositories {
9090 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
9191}
9292
93- implementation(" io.github.optimumcode:json-schema-validator:0.2.4 -SNAPSHOT" )
93+ implementation(" io.github.optimumcode:json-schema-validator:0.3.1 -SNAPSHOT" )
9494```
9595
9696##### Groovy
@@ -100,7 +100,7 @@ repositories {
100100 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
101101}
102102
103- implementation 'io.github.optimumcode:json-schema-validator:0.2.4 -SNAPSHOT'
103+ implementation 'io.github.optimumcode:json-schema-validator:0.3.1 -SNAPSHOT'
104104```
105105
106106### 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.3.0 -SNAPSHOT
7+ version =0.3.1 -SNAPSHOT
88group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments