Skip to content

Commit

Permalink
update org.reflections
Browse files Browse the repository at this point in the history
0.9.12->0.10.2
to avoid `[INFO] Unknown command` (Grasscutters#148)
  • Loading branch information
F-Unction authored and memetrollsXD committed Apr 26, 2022
1 parent 285426e commit cc093be
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 @@ -33,7 +33,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.18.1'

implementation group: 'org.reflections', name: 'reflections', version: '0.9.12'
implementation group: 'org.reflections', name: 'reflections', version: '0.10.2'

implementation group: 'dev.morphia.morphia', name: 'core', version: '1.6.1'

Expand Down

0 comments on commit cc093be

Please sign in to comment.