We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a7dc9 commit 75897c8Copy full SHA for 75897c8
1 file changed
README.md
@@ -11,18 +11,18 @@ Maven
11
<dependency>
12
<groupId>com.github.ua-parser</groupId>
13
<artifactId>uap-java</artifactId>
14
- <version>1.5.4</version>
+ <version>1.6.0</version>
15
</dependency>
16
```
17
18
Gradle (Kotlin)
19
```gradle
20
-implementation("com.github.ua-parser:uap-java:1.5.4")
+implementation("com.github.ua-parser:uap-java:1.6.0")
21
22
23
SBT
24
```sbt
25
-"com.github.ua-parser" % "uap-java" % "1.5.4"
+"com.github.ua-parser" % "uap-java" % "1.6.0"
26
27
28
Build:
0 commit comments