Skip to content

Commit 95c7ef9

Browse files
committed
Updated to new Core Version
1 parent 053b873 commit 95c7ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
2323
dependencies {
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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)