Skip to content

Commit

Permalink
Added MapYAMLParser.
Browse files Browse the repository at this point in the history
Updated FulmiCollection.
Removed unnecessary nullity annotations.
Remover org.joor.Reflect dependency since rarely used.
Fixed various bugs.
  • Loading branch information
Fulminazzo committed Jan 5, 2024
1 parent f94bb99 commit d95e6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:24.1.0'

implementation 'org.yaml:snakeyaml:2.2'
api 'it.fulminazzo:FulmiCollection:1.2'
api 'it.fulminazzo:FulmiCollection:1.2.1'

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down

0 comments on commit d95e6e1

Please sign in to comment.