1 parent d4bcdda commit 70c1101Copy full SHA for 70c1101
1 file changed
README.md
@@ -63,20 +63,20 @@ To use UCanAccess in your project, add the following dependency.
63
<dependency>
64
<groupId>io.github.spannm</groupId>
65
<artifactId>ucanaccess</artifactId>
66
- <version>5.1.5</version>
+ <version>5.1.6</version>
67
</dependency>
68
```
69
70
### Gradle (Groovy / `build.gradle`)
71
72
```groovy
73
-implementation 'io.github.spannm:ucanaccess:5.1.5'
+implementation 'io.github.spannm:ucanaccess:5.1.6'
74
75
76
### Gradle (Kotlin DSL / `build.gradle.kts`)
77
78
```kotlin
79
-implementation("io.github.spannm:ucanaccess:5.1.5")
+implementation("io.github.spannm:ucanaccess:5.1.6")
80
81
82
<p style="height: 20px;"> </p>
0 commit comments