Skip to content

Commit 81c00c1

Browse files
Update build dependencies
1 parent 9849e56 commit 81c00c1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[versions]
2-
bcel = "6.10.0"
3-
ben-manes-versions = "0.52.0"
2+
bcel = "6.13.0"
3+
ben-manes-versions = "0.61.0"
4+
# JUnit 6 requires Java 17; this project supports Java 11.
45
junit = "5.11.4"
5-
kotlin = "2.1.0"
6-
tank-royale-bot-api = "1.0.2"
6+
kotlin = "2.4.20"
7+
tank-royale-bot-api = "1.2.0"
78

89
[libraries]
910
bcel = { module = "org.apache.bcel:bcel", version.ref = "bcel" }
@@ -13,5 +14,5 @@ junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher
1314
tank-royale-bot-api = { module = "dev.robocode.tankroyale:robocode-tankroyale-bot-api", version.ref = "tank-royale-bot-api" }
1415

1516
[plugins]
16-
ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "ben-manes-versions" }
17+
ben-manes-versions = { id = "io.github.ben-manes.versions", version.ref = "ben-manes-versions" }
1718
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 commit comments

Comments
 (0)