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 4773142 commit 80c6cedCopy full SHA for 80c6ced
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.7</version>
+ <version>2.0.8</version>
28
</dependency>
29
```
30
31
### Gradle
32
```gradle
33
dependencies {
34
- implementation 'dev.despical:commons:2.0.7'
+ implementation 'dev.despical:commons:2.0.8'
35
}
36
37
0 commit comments