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 19a4d16 commit bb7c11dCopy full SHA for bb7c11d
README.md
@@ -30,12 +30,12 @@ Please note that you will also need to include at least one of the supported JSO
30
<dependency>
31
<groupId>dev.harrel</groupId>
32
<artifactId>json-schema</artifactId>
33
- <version>1.6.1</version>
+ <version>1.7.0</version>
34
</dependency>
35
```
36
### Gradle
37
```groovy
38
-implementation 'dev.harrel:json-schema:1.6.1'
+implementation 'dev.harrel:json-schema:1.7.0'
39
40
41
## Usage
build.gradle
@@ -11,7 +11,7 @@ apply from: 'setup/reporting.gradle'
11
apply from: 'setup/testing.gradle'
12
13
group 'dev.harrel'
14
-version '1.6.1'
+version '1.7.0'
15
16
compileJava {
17
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments