We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a03ccb commit 9a8a168Copy full SHA for 9a8a168
README.md
@@ -35,12 +35,12 @@ Please note that you will also need to include at least one of the supported JSO
35
<dependency>
36
<groupId>dev.harrel</groupId>
37
<artifactId>json-schema</artifactId>
38
- <version>1.7.3</version>
+ <version>1.8.0</version>
39
</dependency>
40
```
41
### Gradle
42
```groovy
43
-implementation 'dev.harrel:json-schema:1.7.3'
+implementation 'dev.harrel:json-schema:1.8.0'
44
45
46
## Usage
build.gradle
@@ -13,7 +13,7 @@ apply from: 'setup/reporting.gradle'
13
apply from: 'setup/testing.gradle'
14
15
group 'dev.harrel'
16
-version '1.7.3'
+version '1.8.0'
17
18
compileJava {
19
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments