Skip to content

Commit

Permalink
Merge pull request #298 from Kichura/main
Browse files Browse the repository at this point in the history
Update CI and fabric
  • Loading branch information
FlorianMichael authored Jan 20, 2024
2 parents db5a12b + 0c6fcbd commit 051e944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: 17
check-latest: true
- name: Cache Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication

loader_version=0.15.3
loader_version=0.15.6
viaver_version=4.9.3-SNAPSHOT
yaml_version=2.2

Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc120/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
minecraft("com.mojang:minecraft:1.20.4")
mappings("net.fabricmc:yarn:1.20.4+build.3:v2")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.91.3+1.20.4")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.95.0+1.20.4")
modImplementation("com.terraformersmc:modmenu:9.0.0")
}

Expand Down

0 comments on commit 051e944

Please sign in to comment.