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 @@ -36,7 +36,7 @@ repositories {
3636 mavenCentral()
3737}
3838
39- implementation(" io.github.optimumcode:json-schema-validator:0.0.7 " )
39+ implementation(" io.github.optimumcode:json-schema-validator:0.0.8 " )
4040```
4141
4242##### Groovy
@@ -46,7 +46,7 @@ repositories {
4646 mavenCentral()
4747}
4848
49- implementation 'io.github.optimumcode:json-schema-validator:0.0.7 '
49+ implementation 'io.github.optimumcode:json-schema-validator:0.0.8 '
5050```
5151
5252_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -79,7 +79,7 @@ repositories {
7979 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
8080}
8181
82- implementation(" io.github.optimumcode:json-schema-validator:0.0.8 -SNAPSHOT" )
82+ implementation(" io.github.optimumcode:json-schema-validator:0.0.9 -SNAPSHOT" )
8383```
8484
8585##### Groovy
@@ -89,7 +89,7 @@ repositories {
8989 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
9090}
9191
92- implementation 'io.github.optimumcode:json-schema-validator:0.0.8 -SNAPSHOT'
92+ implementation 'io.github.optimumcode:json-schema-validator:0.0.9 -SNAPSHOT'
9393```
9494
9595### 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.8 -SNAPSHOT
7+ version =0.0.9 -SNAPSHOT
88group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments