Skip to content

Commit

Permalink
Update ACsGuis dependency to v.1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AymericBdy committed Dec 10, 2023
1 parent 689d04f commit a2c8401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation ("net.minecraftforge:mergetool:0.2.3.3") { force = true }

implementation 'com.github.stephengold:Libbulletjme:' + libbulletjme_version
implementation "fr.aym.acsguis:ACsGuis:1.2.11-dev2"
implementation "fr.aym.acsguis:ACsGuis:1.2.12"
implementation ":ModProtectionLib:1.3.4"
implementation('org.spongepowered:mixin:0.8.5') {
exclude module: 'guava'
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/fr/dynamx/utils/DynamXConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class DynamXConstants
public static final String RES_DIR_NAME = "DynamX";

public static final String ACS_GUIS_BASE_URL = "https://files.dynamx.fr/4.0.0/ACsGuis/ACsGuis-%s-all.jar";//"https://maven.dynamx.fr/artifactory/ACsGuisRepo/fr/aym/acsguis/ACsGuis/%1$s/ACsGuis-%1$s.jar";
public static final String DEFAULT_ACSGUIS_VERSION = "1.2.11";//-dev2";
public static final String ACSLIBS_REQUIRED_VERSION = "[1.2.4,)";
public static final String DEFAULT_ACSGUIS_VERSION = "1.2.12";//-dev2";
public static final String ACSLIBS_REQUIRED_VERSION = "[1.2.12,)";

public static final String LIBBULLET_VERSION = "18.1.0";
/** .dc file version, only change when an update of libbullet breaks the .dc files, to regenerate them */
Expand Down

0 comments on commit a2c8401

Please sign in to comment.