File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
15
15
}
16
16
17
17
group = " net.sf.robocode"
18
- version = " 1.9.5.2 "
18
+ version = " 1.9.5.3 "
19
19
java.sourceCompatibility = JavaVersion .VERSION_1_8
20
20
21
21
tasks.withType<JavaCompile >() {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
implementation(project(" :robocode.core" ))
9
9
implementation(project(" :robocode.host" ))
10
10
implementation(" org.picocontainer:picocontainer:2.15" )
11
- implementation(" net.sf.robocode:codesize:1.2 " )
11
+ implementation(" net.sf.robocode:codesize:1.3.0 " )
12
12
}
13
13
14
14
description = " Robocode Repository"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
dependencies {
7
7
implementation(project(" :robocode.api" ))
8
8
implementation(project(" :robocode.core" ))
9
- implementation(" net.sf.robocode:codesize:1.2 " )
9
+ implementation(" net.sf.robocode:codesize:1.3.0 " )
10
10
runtimeOnly(project(" :robocode.battle" ))
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments