File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies {
5555 compile ' org.spongepowered:plugin-meta:0.4.1'
5656
5757 // Configuration
58- compile ' org.spongepowered:configurate-hocon:3.7.1 '
59- compile ' org.spongepowered:configurate-gson:3.7.1 '
60- compile ' org.spongepowered:configurate-yaml:3.7.1 '
58+ compile ' org.spongepowered:configurate-hocon:3.7.2 '
59+ compile ' org.spongepowered:configurate-gson:3.7.2 '
60+ compile ' org.spongepowered:configurate-yaml:3.7.2 '
6161
6262 compile ' com.flowpowered:flow-math:1.0.3'
6363 compile ' com.flowpowered:flow-noise:1.0.1-SNAPSHOT'
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ javadoc {
8686 ' http://www.slf4j.org/apidocs/' ,
8787 ' https://google.github.io/guava/releases/21.0/api/docs/' ,
8888 ' https://google.github.io/guice/api-docs/4.1/javadoc/' ,
89- ' https://zml2008.github.io/configurate/configurate-core/apidocs/' ,
90- ' https://zml2008.github.io/configurate/configurate-hocon/apidocs/' ,
89+ ' https://configurate.aoeu.xyz/3.7.2/apidocs/' ,
9190 ' https://flow.github.io/math/' ,
9291 ' https://flow.github.io/noise/' ,
9392 ' http://asm.ow2.org/asm50/javadoc/user/' ,
You can’t perform that action at this time.
0 commit comments