Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mystery2099 committed Nov 25, 2023
1 parent 76cf5d5 commit 5443f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.23
fabric_kotlin_version=1.10.10+kotlin.1.9.10
loader_version=0.14.24
fabric_kotlin_version=1.10.14+kotlin.1.9.20

# Mod Properties
mod_version=1.0.0+1.19.4
maven_group=com.github.mystery2099
archives_base_name=voxlib

# Dependencies
fabric_version=0.87.1+1.19.4
fabric_version=0.87.2+1.19.4
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"minecraft": "~1.19.4",
"java": ">=17",
"fabric-api": "*",
"fabric-language-kotlin": ">=1.9.10"
"fabric-language-kotlin": ">=1.9.20"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit 5443f55

Please sign in to comment.