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 @@ -42,7 +42,7 @@ repositories {
42
42
mavenCentral()
43
43
}
44
44
45
- implementation(" io.github.optimumcode:json-schema-validator:0.0.9 " )
45
+ implementation(" io.github.optimumcode:json-schema-validator:0.0.10 " )
46
46
```
47
47
48
48
##### Groovy
@@ -52,7 +52,7 @@ repositories {
52
52
mavenCentral()
53
53
}
54
54
55
- implementation 'io.github.optimumcode:json-schema-validator:0.0.9 '
55
+ implementation 'io.github.optimumcode:json-schema-validator:0.0.10 '
56
56
```
57
57
58
58
_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -85,7 +85,7 @@ repositories {
85
85
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
86
86
}
87
87
88
- implementation(" io.github.optimumcode:json-schema-validator:0.0.10 -SNAPSHOT" )
88
+ implementation(" io.github.optimumcode:json-schema-validator:0.0.11 -SNAPSHOT" )
89
89
```
90
90
91
91
##### Groovy
@@ -95,7 +95,7 @@ repositories {
95
95
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
96
96
}
97
97
98
- implementation 'io.github.optimumcode:json-schema-validator:0.0.10 -SNAPSHOT'
98
+ implementation 'io.github.optimumcode:json-schema-validator:0.0.11 -SNAPSHOT'
99
99
```
100
100
101
101
### 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.0.10 -SNAPSHOT
7
+ version =0.0.11 -SNAPSHOT
8
8
group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments