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 @@ -45,7 +45,7 @@ repositories {
45
45
mavenCentral()
46
46
}
47
47
48
- implementation(" io.github.optimumcode:json-schema-validator:0.1.0 " )
48
+ implementation(" io.github.optimumcode:json-schema-validator:0.1.1 " )
49
49
```
50
50
51
51
##### Groovy
@@ -55,7 +55,7 @@ repositories {
55
55
mavenCentral()
56
56
}
57
57
58
- implementation 'io.github.optimumcode:json-schema-validator:0.1.0 '
58
+ implementation 'io.github.optimumcode:json-schema-validator:0.1.1 '
59
59
```
60
60
61
61
_ Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -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.1.1 -SNAPSHOT" )
91
+ implementation(" io.github.optimumcode:json-schema-validator:0.1.2 -SNAPSHOT" )
92
92
```
93
93
94
94
##### Groovy
@@ -98,7 +98,7 @@ repositories {
98
98
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
99
99
}
100
100
101
- implementation 'io.github.optimumcode:json-schema-validator:0.1.1 -SNAPSHOT'
101
+ implementation 'io.github.optimumcode:json-schema-validator:0.1.2 -SNAPSHOT'
102
102
```
103
103
104
104
### 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.1.1 -SNAPSHOT
7
+ version =0.1.2 -SNAPSHOT
8
8
group =io.github.optimumcode
You can’t perform that action at this time.
0 commit comments