Skip to content

Commit

Permalink
Upgrade sourcemanagers
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Apr 6, 2021
1 parent 102195c commit d67a990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ bootRun {
}

dependencies {
// compile group: 'com.dunctebot', name: 'sourcemanagers', version: duncteSourceManagersVersion
compile group: 'com.dunctebot', name: 'sourcemanagers', version: duncteSourceManagersVersion
// jitpack version
compile group: 'com.github.DuncteBot', name: 'skybot-source-managers', version: '3cc9772'
// compile group: 'com.github.DuncteBot', name: 'skybot-source-managers', version: 'cda0ebb'

compile (group: 'moe.kyokobot.koe', name: 'core', version: koeVersion) {
// This version of SLF4J does not recognise Logback 1.2.3
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ subprojects {

ext {
//@formatter:off
duncteSourceManagersVersion = '1.5.3'
lavaplayerVersion = '1.3.75'
duncteSourceManagersVersion = '1.5.5'
lavaplayerVersion = '1.3.76'
lavaplayerIpRotatorVersion = '0.2.3'
jdaNasVersion = '1.1.0'
jappVersion = '1.3.2-MINN'
Expand Down

0 comments on commit d67a990

Please sign in to comment.