Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Sep 29, 2024
1 parent 2832391 commit cded784
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
`java-library`
idea
alias(libs.plugins.nexus.publish)
alias(libs.plugins.ben.manes.versions)
}

description = "Robocode - Build the best - destroy the rest!"
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

picocontainer="2.15"
codesize="1.3.0"
nexus-publish = "1.0.0"
benmanes-versions = "0.51.0"
nexus-publish = "2.0.0"
ben-manes-versions = "0.51.0"
eclipse-jdt = "3.39.0"
kotlin = "1.8.10"
bcel = "6.7.0"
kotlin = "2.0.20"
bcel = "6.10.0"

[libraries]

Expand All @@ -22,5 +22,5 @@ bcel = { module = "org.apache.bcel:bcel", version.ref = "bcel" }

nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish" }

# ./gradlew dependencyUpdates
benmanes-versions = { id = "com.github.ben-manes.versions", version.ref = "benmanes-versions" }
# ./gradlew dependencyUpdates -Drevision=release
ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "ben-manes-versions" }

0 comments on commit cded784

Please sign in to comment.