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 69ae8d1 commit 5a5414eCopy full SHA for 5a5414e
README.md
@@ -29,12 +29,12 @@ Please note that you will also need to include at least one of the supported JSO
29
<dependency>
30
<groupId>dev.harrel</groupId>
31
<artifactId>json-schema</artifactId>
32
- <version>1.6.0</version>
+ <version>1.6.1</version>
33
</dependency>
34
```
35
### Gradle
36
```groovy
37
-implementation 'dev.harrel:json-schema:1.6.0'
+implementation 'dev.harrel:json-schema:1.6.1'
38
39
40
## 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.0'
+version '1.6.1'
15
16
compileJava {
17
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments