File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ repositories {
5454
5555dependencies {
5656 // Modify this line to target the loader you wish to use.
57- implementation 'org.spongepowered:configurate-hocon:3.7'
57+ implementation 'org.spongepowered:configurate-hocon:3.7.1 '
5858}
5959```
6060
@@ -66,7 +66,7 @@ dependencies {
6666 <groupId >org.spongepowered</groupId >
6767 <!-- Modify this line to target the loader you wish to use. -->
6868 <artifactId >configurate-hocon</artifactId >
69- <version >3.7</version >
69+ <version >3.7.1 </version >
7070 </dependency >
7171</dependencies >
7272
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " org.spongepowered"
12- version = " 3.7.1-SNAPSHOT "
12+ version = " 3.7.1"
1313
1414nexusStaging {
1515 val spongeOssrhUsername: String? by project
You can’t perform that action at this time.
0 commit comments