Skip to content

Commit

Permalink
Unbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Feb 9, 2022
1 parent 8916af7 commit ae36b8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application {
mainClass.set("org.springframework.boot.loader.JarLauncher")
}

val pluginVersion = Version(1, 3, 2)
val pluginVersion = Version(1, 3, 3)

group = "com.dunctebot"
version = "$pluginVersion"
Expand All @@ -26,14 +26,13 @@ repositories {
mavenCentral()
mavenLocal()
maven("https://m2.duncte123.dev/releases")
maven("https://m2.duncte123.dev/snapshots")
maven("https://m2.dv8tion.net/releases")
maven("https://jitpack.io")
jcenter() //koe :(
}

dependencies {
implementation("com.dunctebot:sourcemanagers:1.7.1-beta.1")
implementation("com.dunctebot:sourcemanagers:1.7.1")

compileOnly("dev.arbjerg.lavalink:plugin-api:0.9.0")

Expand Down

0 comments on commit ae36b8c

Please sign in to comment.