Skip to content

Commit

Permalink
Upgraded to Codesize 1.3.0 + rolled version
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Oct 25, 2023
1 parent d97bd6b commit 274f5fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

group = "net.sf.robocode"
version = "1.9.5.2"
version = "1.9.5.3"
java.sourceCompatibility = JavaVersion.VERSION_1_8

tasks.withType<JavaCompile>() {
Expand Down
2 changes: 1 addition & 1 deletion robocode.repository/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation(project(":robocode.core"))
implementation(project(":robocode.host"))
implementation("org.picocontainer:picocontainer:2.15")
implementation("net.sf.robocode:codesize:1.2")
implementation("net.sf.robocode:codesize:1.3.0")
}

description = "Robocode Repository"
Expand Down
2 changes: 1 addition & 1 deletion robocode.roborumble/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
implementation(project(":robocode.api"))
implementation(project(":robocode.core"))
implementation("net.sf.robocode:codesize:1.2")
implementation("net.sf.robocode:codesize:1.3.0")
runtimeOnly(project(":robocode.battle"))
}

Expand Down

0 comments on commit 274f5fc

Please sign in to comment.