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 @@ -45,7 +45,7 @@ repositories {
4545 mavenCentral()
4646}
4747
48- implementation(" io.github.optimumcode:json-schema-validator:0.1 .0" )
48+ implementation(" io.github.optimumcode:json-schema-validator:0.2 .0" )
4949```
5050
5151##### Groovy
@@ -55,7 +55,7 @@ repositories {
5555 mavenCentral()
5656}
5757
58- implementation 'io.github.optimumcode:json-schema-validator:0.1 .0'
58+ implementation 'io.github.optimumcode:json-schema-validator:0.2 .0'
5959```
6060
6161_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -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.2.0 -SNAPSHOT" )
91+ implementation(" io.github.optimumcode:json-schema-validator:0.2.1 -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.2.0 -SNAPSHOT'
101+ implementation 'io.github.optimumcode:json-schema-validator:0.2.1 -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.2.0 -SNAPSHOT
7+ version =0.2.1 -SNAPSHOT
88group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments