Skip to content

Commit

Permalink
1.20.6, java 21 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyydotp committed May 9, 2024
1 parent a90c44d commit 1b408c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin

- name: Gradle Wrapper Validation
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
minecraft = "1.20.5"
minecraft = "1.20.6"
fabric-loader = "0.15.10"
fabric-api = "0.97.6+1.20.5" # for the test mod only
fabric-api = "0.98.0+1.20.6" # for the test mod only
fabric-loom = "1.6-SNAPSHOT"

kotlin = "1.9.23"
Expand Down

0 comments on commit 1b408c9

Please sign in to comment.