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 d42c436 commit f8f34d1Copy full SHA for f8f34d1
1 file changed
.github/README.md
@@ -24,14 +24,14 @@ Commons is an open-source library that provides useful utilities for Java and Mi
24
<dependency>
25
<groupId>dev.despical</groupId>
26
<artifactId>commons</artifactId>
27
- <version>2.0.8</version>
+ <version>2.0.9</version>
28
</dependency>
29
```
30
31
### Gradle
32
```gradle
33
dependencies {
34
- implementation 'dev.despical:commons:2.0.8'
+ implementation 'dev.despical:commons:2.0.9'
35
}
36
37
0 commit comments