File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allprojects {
2222
2323dependencies {
2424 ...
25- implementation 'com.github.Petersil1998:Core:v1.3 '
25+ implementation 'com.github.Petersil1998:Core:v1.4 '
2626 implementation 'com.github.Petersil1998:STCommons:v1.3'
2727 implementation 'com.github.Petersil1998:Thresh-Java:v1.2'
2828}
@@ -41,7 +41,7 @@ or using **Maven**:
4141<dependency >
4242 <groupId >com.github.Petersil1998</groupId >
4343 <artifactId >Core</artifactId >
44- <version >v1.3 </version >
44+ <version >v1.4 </version >
4545</dependency >
4646<dependency >
4747 <groupId >com.github.Petersil1998</groupId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : ' 2.15.2'
2121 implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.1'
2222 implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.1'
23- implementation ' com.github.Petersil1998:Core:v1.3 '
23+ implementation ' com.github.Petersil1998:Core:v1.4 '
2424 implementation ' com.github.Petersil1998:STCommons:v1.3'
2525}
2626
You can’t perform that action at this time.
0 commit comments