File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " net.azisaba"
8- version = " 2.1.0 "
8+ version = " 2.1.1 "
99
1010repositories {
1111 mavenCentral()
@@ -22,7 +22,7 @@ dependencies {
2222 implementation(" org.mariadb.jdbc:mariadb-java-client:3.0.8" )
2323 implementation(" com.zaxxer:HikariCP:5.0.1" )
2424 implementation(" com.charleskorn.kaml:kaml:0.47.0" ) // YAML support for kotlinx.serialization
25- implementation(" net.azisaba.interchat:api:2.1.0 " )
25+ implementation(" net.azisaba.interchat:api:2.1.2 " )
2626 // ByteBuf
2727 implementation(" io.netty:netty-buffer:4.1.82.Final" )
2828 // Support for minecraft chat components
@@ -34,7 +34,7 @@ dependencies {
3434tasks {
3535 compileKotlin {
3636 kotlinOptions {
37- freeCompilerArgs = listOf (" -Xopt -in=kotlin.RequiresOptIn" )
37+ freeCompilerArgs = listOf (" -opt -in=kotlin.RequiresOptIn" )
3838 }
3939 }
4040
You can’t perform that action at this time.
0 commit comments