File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
java-version : ' 17'
23
23
distribution : ' temurin'
24
24
- name : Cache Gradle
25
-
25
+
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : >-
36
36
with :
37
37
arguments : shadowAll
38
38
- name : Upload a ChatFormatter Artifact
39
-
39
+
40
40
with :
41
41
name : ' Successfully build ChatFormatter'
42
42
path : build/libs/ChatFormatter v*.jar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10 " )
11
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 " )
12
12
implementation(" com.github.johnrengelman:shadow:8.1.1" )
13
13
implementation(" net.minecrell:plugin-yml:0.6.0" )
14
14
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
testImplementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
19
19
20
20
// CDN Configs
21
- val cdnVersion = " 1.14.6 "
21
+ val cdnVersion = " 1.14.8 "
22
22
implementation(" net.dzikoysk:cdn:$cdnVersion " )
23
23
testImplementation(" net.dzikoysk:cdn:$cdnVersion " )
24
24
@@ -33,9 +33,9 @@ dependencies {
33
33
implementation(" com.eternalcode:gitcheck:1.0.0" )
34
34
35
35
// JUnit 5
36
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
37
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.0 " )
38
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
36
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
37
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.2 " )
38
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
39
39
testImplementation(" org.mockito:mockito-core:5.16.0" )
40
40
testImplementation(" org.mockito:mockito-junit-jupiter:5.16.0" )
41
41
testImplementation(" me.clip:placeholderapi:2.11.6" )
You can’t perform that action at this time.
0 commit comments