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.
2 parents a086b83 + 70581bb commit c0d6699Copy full SHA for c0d6699
README.md
@@ -46,12 +46,12 @@ framework and objects.
46
<dependency>
47
<groupId>com.javaquery</groupId>
48
<artifactId>util</artifactId>
49
- <version>1.0.6</version>
+ <version>1.0.6.1</version>
50
</dependency>
51
```
52
53
# Gradle
54
55
56
-implementation 'com.javaquery:util:1.0.6'
+implementation 'com.javaquery:util:1.0.6.1'
57
build.gradle
@@ -4,8 +4,9 @@ plugins {
4
id 'signing'
5
}
6
7
+sourceCompatibility = 1.8
8
group 'com.javaquery'
-version '1.0.6'
9
+version '1.0.6.1'
10
11
repositories {
12
mavenCentral()
0 commit comments