Skip to content

Commit

Permalink
Bumped Apoli version and dependencies
Browse files Browse the repository at this point in the history
Resolves #698
  • Loading branch information
eggohito committed Oct 9, 2023
1 parent efcb184 commit f30123e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx4G
# Dependencies
fabric_version=0.89.2+1.20.2
cca_version=5.3.0
apoli_version=3c6198f
apoli_version=2.10.0
reach_version=2.4.0
clothconfig_version=10.0.96
modmenu_version=6.2.1
12 changes: 6 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@

"depends": {
"java": ">=17",
"fabricloader": ">=0.12.3",
"fabric": ">=0.83.0",
"minecraft": ">=1.20",
"apoli": ">=2.9.0",
"calio": ">=1.11.0",
"playerabilitylib": ">=1.3.0",
"fabricloader": ">=0.14.22",
"fabric-api": ">=0.89.2",
"minecraft": ">=1.20.2",
"apoli": ">=2.10.0",
"calio": ">=1.12.0",
"playerabilitylib": ">=1.9.0",
"cardinal-components-base": ">=3.0.0",
"cardinal-components-entity": ">=3.0.0",
"cloth-config2": ">=5.0.0"
Expand Down

0 comments on commit f30123e

Please sign in to comment.