File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ For Maven projects use:
8282
8383For Gradle projects use:
8484``` kts
85- compileOnly(" com.eternalcode:eternalcore-api:1.6.0 " )
85+ compileOnly(" com.eternalcode:eternalcore-api:1.6.1 " )
8686```
8787
8888For Maven projects use:
8989``` xml
9090<dependency >
9191 <groupId >com.eternalcode</groupId >
9292 <artifactId >eternalcore-api</artifactId >
93- <version >1.6.0 </version >
93+ <version >1.6.1 </version >
9494 <scope >provided</scope >
9595</dependency >
9696```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.eternalcode"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88
99checkstyle {
1010 toolVersion = " 10.21.4"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.eternalcode"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88
99java {
1010 withSourcesJar()
You can’t perform that action at this time.
0 commit comments