Skip to content

Commit fca68f8

Browse files
committed
Updates
Signed-off-by: Joseph T. McQuigg <[email protected]>
1 parent 88414e4 commit fca68f8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ ubuntu-latest ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up JDK 20
1818
uses: actions/setup-java@v3
1919
with:

.github/workflows/gradle-publishtomaven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ ubuntu-latest ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK 20
2424
uses: actions/setup-java@v3
2525
with:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ architectury.minecraft = minecraftVersion
1313

1414
subprojects {
1515
apply(plugin = "dev.architectury.loom")
16-
1716
val loom = project.extensions.getByName<LoomGradleExtensionAPI>("loom")
1817

1918
repositories {
@@ -32,6 +31,7 @@ subprojects {
3231
}
3332
maven("https://nexus.resourcefulbees.com/repository/maven-public/")
3433
}
34+
3535
@Suppress("UnstableApiUsage")
3636
dependencies {
3737
"minecraft"("com.mojang:minecraft:$minecraftVersion")

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ devauth_version=1.1.2
1212
cobblemon_version=1.4.0+1.20.1-SNAPSHOT
1313

1414
fabric_loader_version=0.14.22
15-
fabric_api_version=0.86.1
15+
fabric_api_version=0.88.1
1616

17-
forge_version=47.1.43
17+
forge_version=47.1.46
1818

19-
parchment=2023.08.06
19+
parchment=2023.09.03
2020

21-
badPackets=0.4.1
22-
WTHIT=8.2.0
23-
rareCandy=2.3.1-SNAPSHOT
21+
badPackets=0.4.2
22+
WTHIT=8.4.0
23+
rareCandy=2.3.6-SNAPSHOT
2424

2525
rareCandyXZ=1.9
2626
rareCandyCommonCompress=1.23.0

0 commit comments

Comments
 (0)