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