Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 7a10e26 commit 657854b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("net.minecrell:plugin-yml:0.6.0")
implementation("xyz.jpenilla:run-task:2.2.4")
implementation("xyz.jpenilla:run-task:2.3.0")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcombat.java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configurations.named("checkstyle") {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.1.0-jre")
select("com.google.guava:guava:33.2.0-jre")
}
}
}
Expand Down

0 comments on commit 657854b

Please sign in to comment.