Skip to content

Commit

Permalink
Use neoforged srgutils 1.0.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
coehlrich authored Apr 2, 2024
1 parent dedddd6 commit fca29f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation 'org.ow2.asm:asm-tree:9.5'
implementation 'org.ow2.asm:asm-util:9.5'
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
implementation 'net.minecraftforge:srgutils:0.4.15'
implementation 'net.neoforged:srgutils:1.0.1'

implementation sourceSets.cpwFML.output
implementation sourceSets.forgeFML.output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import net.neoforged.api.distmarker.Dist;
import net.neoforged.api.distmarker.OnlyIn;
import net.neoforged.api.distmarker.OnlyIns;
import net.minecraftforge.srgutils.MinecraftVersion;
import net.neoforged.srgutils.MinecraftVersion;

public enum AnnotationVersion
{
Expand Down

0 comments on commit fca29f7

Please sign in to comment.