Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Nov 10, 2024
1 parent ead0948 commit 58df023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1.20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
&& wget https://api.modrinth.com/maven/maven/modrinth/xaeros-world-map/${{ env.WORLDMAP_VERSION_FABRIC }}_Fabric_1.20/xaeros-world-map-${{ env.WORLDMAP_VERSION_FABRIC }}_Fabric_1.20.jar -P run/mods/
- name: Fabric Test
uses: 3arthqu4ke/[email protected].0
uses: 3arthqu4ke/[email protected].1
with:
mc: ${{ env.MINECRAFT_VERSION }}
modloader: fabric
Expand All @@ -100,7 +100,7 @@ jobs:
&& wget https://api.modrinth.com/maven/maven/modrinth/xaeros-world-map/${{ env.WORLDMAP_VERSION_FORGE }}_Forge_1.20/xaeros-world-map-${{ env.WORLDMAP_VERSION_FORGE }}_Forge_1.20.jar -P run/mods/
- name: Forge Test
uses: 3arthqu4ke/[email protected].0
uses: 3arthqu4ke/[email protected].1
with:
mc: ${{ env.MINECRAFT_VERSION }}
modloader: forge
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repositories {
dependencies {
implementation("architectury-plugin:architectury-plugin.gradle.plugin:3.4-SNAPSHOT")
implementation("dev.architectury:architectury-loom:1.7-SNAPSHOT")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
}

0 comments on commit 58df023

Please sign in to comment.