File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ allprojects {
2323dependencies {
2424 ...
2525 implementation 'com.github.Petersil1998:Core:v1.4'
26- implementation 'com.github.Petersil1998:STCommons:v1.3 '
27- implementation 'com.github.Petersil1998:Thresh-Java:v1.3 '
26+ implementation 'com.github.Petersil1998:STCommons:v1.4 '
27+ implementation 'com.github.Petersil1998:Thresh-Java:v1.4 '
2828}
2929```
3030
@@ -46,12 +46,12 @@ or using **Maven**:
4646<dependency >
4747 <groupId >com.github.Petersil1998</groupId >
4848 <artifactId >STCommons</artifactId >
49- <version >v1.3 </version >
49+ <version >v1.4 </version >
5050</dependency >
5151<dependency >
5252 <groupId >com.github.Petersil1998</groupId >
5353 <artifactId >Thresh-Java</artifactId >
54- <version >v1.3 </version >
54+ <version >v1.4 </version >
5555</dependency >
5656```
5757
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55group ' net.petersil98'
6- version ' v1.3 '
6+ version ' v1.4 '
77
88allprojects {
99 repositories {
@@ -21,7 +21,7 @@ dependencies {
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'
2323 implementation ' com.github.Petersil1998:Core:v1.4'
24- implementation ' com.github.Petersil1998:STCommons:v1.3 '
24+ implementation ' com.github.Petersil1998:STCommons:v1.4 '
2525}
2626
2727test {
You can’t perform that action at this time.
0 commit comments