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 @@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737
38- implementation(" io.github.optimumcode:json-schema-validator:0.0.2 " )
38+ implementation(" io.github.optimumcode:json-schema-validator:0.0.3 " )
3939```
4040
4141##### Groovy
@@ -45,7 +45,7 @@ repositories {
4545 mavenCentral()
4646}
4747
48- implementation 'io.github.optimumcode:json-schema-validator:0.0.2 '
48+ implementation 'io.github.optimumcode:json-schema-validator:0.0.3 '
4949```
5050
5151_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -78,7 +78,7 @@ repositories {
7878 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
7979}
8080
81- implementation(" io.github.optimumcode:json-schema-validator:0.0.3 -SNAPSHOT" )
81+ implementation(" io.github.optimumcode:json-schema-validator:0.0.4 -SNAPSHOT" )
8282```
8383
8484##### Groovy
@@ -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.3 -SNAPSHOT'
91+ implementation 'io.github.optimumcode:json-schema-validator:0.0.4 -SNAPSHOT'
9292```
9393
9494### 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.3 -SNAPSHOT
7+ version =0.0.4 -SNAPSHOT
88group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments