Skip to content

Commit

Permalink
build: bump xyz.jpenilla.run-paper from 2.2.3 to 2.2.4
Browse files Browse the repository at this point in the history
Bumps xyz.jpenilla.run-paper from 2.2.3 to 2.2.4.

---
updated-dependencies:
- dependency-name: xyz.jpenilla.run-paper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 869dcba commit a2f0c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
`java-library`

id("com.github.johnrengelman.shadow") version "8.1.1" // Shades and relocates dependencies, See https://imperceptiblethoughts.com/shadow/introduction/
id("xyz.jpenilla.run-paper") version "2.2.3" // Adds runServer and runMojangMappedServer tasks for testing
id("xyz.jpenilla.run-paper") version "2.2.4" // Adds runServer and runMojangMappedServer tasks for testing
id("net.minecrell.plugin-yml.bukkit") version "0.6.0" // Automatic plugin.yml generation
id("io.papermc.paperweight.userdev") version "1.5.15" // Used to develop internal plugins using Mojang mappings, See https://github.com/PaperMC/paperweight
id("org.flywaydb.flyway") version "10.12.0" // Database migrations
Expand Down

0 comments on commit a2f0c3e

Please sign in to comment.