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 {
36
36
mavenCentral()
37
37
}
38
38
39
- implementation(" io.github.optimumcode:json-schema-validator:0.0.7 " )
39
+ implementation(" io.github.optimumcode:json-schema-validator:0.0.8 " )
40
40
```
41
41
42
42
##### Groovy
@@ -46,7 +46,7 @@ repositories {
46
46
mavenCentral()
47
47
}
48
48
49
- implementation 'io.github.optimumcode:json-schema-validator:0.0.7 '
49
+ implementation 'io.github.optimumcode:json-schema-validator:0.0.8 '
50
50
```
51
51
52
52
_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -79,7 +79,7 @@ repositories {
79
79
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
80
80
}
81
81
82
- implementation(" io.github.optimumcode:json-schema-validator:0.0.8 -SNAPSHOT" )
82
+ implementation(" io.github.optimumcode:json-schema-validator:0.0.9 -SNAPSHOT" )
83
83
```
84
84
85
85
##### Groovy
@@ -89,7 +89,7 @@ repositories {
89
89
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
90
90
}
91
91
92
- implementation 'io.github.optimumcode:json-schema-validator:0.0.8 -SNAPSHOT'
92
+ implementation 'io.github.optimumcode:json-schema-validator:0.0.9 -SNAPSHOT'
93
93
```
94
94
95
95
### 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.8 -SNAPSHOT
7
+ version =0.0.9 -SNAPSHOT
8
8
group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments