Skip to content

Commit

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

---
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 Feb 22, 2024
1 parent 8a82ac3 commit 6f87067
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 @@ -3,7 +3,7 @@ plugins {
id("io.freefair.lombok") version "8.4" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply true
id("fabric-loom") version "1.5-SNAPSHOT" apply false
id("xyz.jpenilla.run-paper") version "2.2.2" apply false // Adds runServer and runMojangMappedServer tasks for testing
id("xyz.jpenilla.run-paper") version "2.2.3" apply false // Adds runServer and runMojangMappedServer tasks for testing
id("net.minecrell.plugin-yml.bukkit") version "0.6.0" apply false // Generates plugin.yml
id("org.spongepowered.gradle.plugin") version "2.2.0" apply false // Generates sponge_plugins.json and runServer task
}
Expand Down

0 comments on commit 6f87067

Please sign in to comment.