Skip to content

Commit 6fa13d9

Browse files
authored
Merge pull request oddlama#336 from 0xSoul24/tmp
2 parents de535de + bb98364 commit 6fa13d9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
persist-credentials: false
1515
ref: ${{ github.event.pull_request.head.sha }}
1616

17-
- uses: actions/setup-node@v5.0.0
17+
- uses: actions/setup-node@v6.0.0
1818
with:
1919
node-version: 22
2020
- run: |

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ paper = "1.21.10-R0.1-SNAPSHOT"
33
bstats = "3.1.0"
44

55
[libraries]
6-
annotations = {group = "org.jetbrains", name = "annotations", version = "26.0.2"}
6+
annotations = {group = "org.jetbrains", name = "annotations", version = "26.0.2-1"}
77
reflections = {group = "org.reflections", name = "reflections", version = "0.10.2"}
88
commonsLang = {group = "org.apache.commons", name = "commons-lang3", version = "3.19.0"}
99
commonsText = {group = "org.apache.commons", name = "commons-text", version = "1.14.0"}
@@ -15,17 +15,17 @@ nightConfig = {group = "com.electronwill.night-config", name = "toml", version =
1515
bstatsBase = {group = "org.bstats", name = "bstats-base", version.ref = "bstats"}
1616
bstatsBukkit = {group = "org.bstats", name = "bstats-bukkit", version.ref = "bstats"}
1717
bstatsVelocity = {group = "org.bstats", name = "bstats-velocity", version.ref = "bstats"}
18-
protocollib = {group = "net.dmulloy2", name = "ProtocolLib", version = "5.4.0-SNAPSHOT"}
18+
protocollib = {group = "net.dmulloy2", name = "ProtocolLib", version = "5.4.0"}
1919
vault = {group = "com.github.MilkBowl", name = "VaultAPI", version = "1.7.1"}
2020
velocity = {group = "com.velocitypowered", name = "velocity-api", version = "3.4.0-SNAPSHOT"}
21-
packetEvents = {group = "com.github.retrooper", name = "packetevents-spigot", version = "2.9.5"}
21+
packetEvents = {group = "com.github.retrooper", name = "packetevents-spigot", version = "2.10.0"}
2222

2323
# maps
2424
dynmap = {group = "us.dynmap", name = "DynmapCoreAPI", version = "3.7-beta-6"}
2525
bluemap = {group = "de.bluecolored", name = "bluemap-api", version = "2.7.6"}
2626

2727
[plugins]
2828
paperweightUserdev = {id = "io.papermc.paperweight.userdev", version = "2.0.0-beta.19"}
29-
runPaper = {id = "xyz.jpenilla.run-paper", version = "3.0.0"}
29+
runPaper = {id = "xyz.jpenilla.run-paper", version = "3.0.2"}
3030
shadow = {id = "com.gradleup.shadow", version = "9.2.2"}
31-
blossom = {id = "net.kyori.blossom", version = "2.1.0"}
31+
blossom = {id = "net.kyori.blossom", version = "2.2.0"}

0 commit comments

Comments
 (0)