File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ repositories {
47
47
mavenCentral()
48
48
}
49
49
50
- implementation(" io.github.optimumcode:json-schema-validator:0.2.2 " )
50
+ implementation(" io.github.optimumcode:json-schema-validator:0.2.3 " )
51
51
```
52
52
53
53
##### Groovy
@@ -57,7 +57,7 @@ repositories {
57
57
mavenCentral()
58
58
}
59
59
60
- implementation 'io.github.optimumcode:json-schema-validator:0.2.2 '
60
+ implementation 'io.github.optimumcode:json-schema-validator:0.2.3 '
61
61
```
62
62
63
63
_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -90,7 +90,7 @@ repositories {
90
90
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
91
91
}
92
92
93
- implementation(" io.github.optimumcode:json-schema-validator:0.2.3 -SNAPSHOT" )
93
+ implementation(" io.github.optimumcode:json-schema-validator:0.2.4 -SNAPSHOT" )
94
94
```
95
95
96
96
##### Groovy
@@ -100,7 +100,7 @@ repositories {
100
100
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
101
101
}
102
102
103
- implementation 'io.github.optimumcode:json-schema-validator:0.2.3 -SNAPSHOT'
103
+ implementation 'io.github.optimumcode:json-schema-validator:0.2.4 -SNAPSHOT'
104
104
```
105
105
106
106
### Example
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xmx1G
4
4
org.gradle.java.installations.auto-download =false
5
5
org.gradle.daemon =false
6
6
7
- version =0.2.3 -SNAPSHOT
7
+ version =0.2.4 -SNAPSHOT
8
8
group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments