Update loom to 1.1 & move fabric-permissions-api to modApi to match pre-loom 1.1 behavior of it being on the compile classpath for consumers

This commit is contained in:
Jason Penilla 2023-02-21 20:50:42 -07:00 committed by Jason
parent 1f17e92974
commit 4e02686a1f
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ pluginManagement {
plugins {
id("ca.stellardrift.polyglot-version-catalogs") version "6.0.1"
id("quiet-fabric-loom") version "1.0-SNAPSHOT"
id("quiet-fabric-loom") version "1.1-SNAPSHOT"
}
dependencyResolutionManagement {