Skip to content

Commit 665629e

Browse files
committed
Bump configurate to 3.7.2
1 parent 6662937 commit 665629e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

gradle/sponge.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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/',

0 commit comments

Comments
 (0)