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 a6eb711 commit 5cde2bbCopy full SHA for 5cde2bb
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group 'net.petersil98'
6
-version 'v1.4'
+version 'v1.4.1'
7
8
allprojects {
9
repositories {
@@ -20,8 +20,8 @@ dependencies {
20
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.2'
21
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
22
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
23
- implementation 'com.github.Petersil1998:Core:v1.4'
24
- implementation 'com.github.Petersil1998:STCommons:v1.4'
+ implementation 'com.github.Petersil1998:Core:v1.4.1'
+ implementation 'com.github.Petersil1998:STCommons:v1.4.1'
25
26
27
test {
0 commit comments