Skip to content

Commit

Permalink
Updated FulmiCollection library and references
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 7, 2024
1 parent 55e1bdd commit ebcd969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package it.angrybear.yagl.utils;

import it.fulminazzo.fulmicollection.objects.Refl;
import it.fulminazzo.fulmicollection.structures.Tuple;
import it.fulminazzo.fulmicollection.structures.tuples.Tuple;
import it.fulminazzo.fulmicollection.utils.ReflectionUtils;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
delombok = "8.4"
groovy = "4.0.16"

fulmicollection = "1.6"
fulmicollection = "1.6.1"
yamlparser = "1.6.3"

spigot = "1.14-R0.1-SNAPSHOT"
Expand Down

0 comments on commit ebcd969

Please sign in to comment.