File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ allprojects {
23
23
dependencies {
24
24
...
25
25
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 '
28
28
}
29
29
```
30
30
@@ -46,12 +46,12 @@ or using **Maven**:
46
46
<dependency >
47
47
<groupId >com.github.Petersil1998</groupId >
48
48
<artifactId >STCommons</artifactId >
49
- <version >v1.3 </version >
49
+ <version >v1.4 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >com.github.Petersil1998</groupId >
53
53
<artifactId >Thresh-Java</artifactId >
54
- <version >v1.3 </version >
54
+ <version >v1.4 </version >
55
55
</dependency >
56
56
```
57
57
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group ' net.petersil98'
6
- version ' v1.3 '
6
+ version ' v1.4 '
7
7
8
8
allprojects {
9
9
repositories {
@@ -21,7 +21,7 @@ dependencies {
21
21
implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.1'
22
22
implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.1'
23
23
implementation ' com.github.Petersil1998:Core:v1.4'
24
- implementation ' com.github.Petersil1998:STCommons:v1.3 '
24
+ implementation ' com.github.Petersil1998:STCommons:v1.4 '
25
25
}
26
26
27
27
test {
You can’t perform that action at this time.
0 commit comments