Skip to content

Commit

Permalink
Update CI, fabric and other dependencies. (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Feb 15, 2024
1 parent 5f0ac0c commit 279fe5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.parallel=true
# Minecraft/Fabric
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.6
fabric_api_version=0.96.0+1.20.4
loader_version=0.15.7
fabric_api_version=0.96.1+1.20.4

# Project Details
mod_version=3.0.7-SNAPSHOT
Expand All @@ -27,7 +27,7 @@ viabedrock_version=0.0.5-SNAPSHOT
raknet_transport_version=1.0.0.CR1-SNAPSHOT

# Lenni0451 Libraries
reflect_version=1.3.1
reflect_version=1.3.2
mcping_version=1.4.0

# Misc Libraries
Expand Down

0 comments on commit 279fe5c

Please sign in to comment.