File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ plugins {
1111 java
1212 `java- library`
1313 `maven- publish`
14- kotlin(" jvm" ) version " 1.9.0 "
15- kotlin(" plugin.serialization" ) version " 1.9.0 "
14+ kotlin(" jvm" ) version " 1.9.21 "
15+ kotlin(" plugin.serialization" ) version " 1.9.21 "
1616 id(" org.jetbrains.dokka" ) version " 1.9.10"
1717 id(" org.ajoberstar.grgit" ) version " 5.2.0"
1818 id(" com.vanniktech.maven.publish.base" ) version " 0.25.3"
@@ -41,13 +41,14 @@ repositories {
4141
4242dependencies {
4343 // package libraries
44- api(" dev.arbjerg.lavalink:protocol:47201924be7d5a459753fc85f00ca30e49ba3cd1-SNAPSHOT" )
44+ api(kotlin(" stdlib" ))
45+ // api("dev.arbjerg.lavalink:protocol:47201924be7d5a459753fc85f00ca30e49ba3cd1-SNAPSHOT")
46+ api(" dev.arbjerg.lavalink:protocol:4.0.0-beta.5" )
4547 api(" com.squareup.okhttp3:okhttp:4.10.0" )
4648 api(" io.projectreactor:reactor-core:3.5.6" )
4749 api(" io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2" )
4850 api(" org.slf4j:slf4j-api:2.0.7" )
4951
50-
5152 // Discord library support
5253 compileOnly(" net.dv8tion:JDA:5.0.0-beta.11" )
5354 compileOnly(" com.discord4j:discord4j-core:3.2.3" )
You can’t perform that action at this time.
0 commit comments