Skip to content

Commit

Permalink
Bump AT (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Apr 5, 2024
1 parent 203e481 commit f2120b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Constants {
public static final String BINPATCHER_VERSION = "1.1.1";
public static final String BINPATCHER_VERSION_INTERPOLATION = "net.minecraftforge:binarypatcher:%s:fatjar";
public static final String BINPATCHER = String.format(BINPATCHER_VERSION_INTERPOLATION, BINPATCHER_VERSION);
public static final String ACCESSTRANSFORMER_VERSION = "8.0.+";
public static final String ACCESSTRANSFORMER_VERSION_INTERPOLATION = "net.minecraftforge:accesstransformers:%s:fatjar";
public static final String ACCESSTRANSFORMER_VERSION = "10.0.+";
public static final String ACCESSTRANSFORMER_VERSION_INTERPOLATION = "net.neoforged:accesstransformers:%s:fatjar";
public static final String ACCESSTRANSFORMER = String.format(ACCESSTRANSFORMER_VERSION_INTERPOLATION, ACCESSTRANSFORMER_VERSION);
public static final String SPECIALSOURCE = "net.md-5:SpecialSource:1.11.0:shaded";
public static final String FART_VERSION = "1.0.13";
Expand Down

0 comments on commit f2120b8

Please sign in to comment.