Skip to content

Commit 459cc19

Browse files
committed
Updated to new system
1 parent 22da64a commit 459cc19

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ secrets.properties
138138
/mappings/
139139
/src/main/resources/installerdata/deps.txt
140140
/webpage/
141+
/src/main/resources/installer-data/dependencies.json

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
dependencies {
1717
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
18-
classpath 'org.mangorage:MangoBotGradle:4.0.11'
18+
classpath 'org.mangorage:MangoBotGradle:5.0.2'
1919
}
2020
}
2121

@@ -76,10 +76,8 @@ dependencies {
7676
testImplementation platform('org.junit:junit-bom:5.9.1')
7777
testImplementation 'org.junit.jupiter:junit-jupiter'
7878

79-
installer('org.mangorage:installer:3.0.27')
80-
bot('org.mangorage:mangobot:11.0.18')
81-
82-
compileOnly('org.mangorage:MangoBotGradle:4.0.5')
79+
installer('org.mangorage:installer:4.0.3')
80+
bot('org.mangorage:mangobot:11.0.21')
8381

8482
library('org.luaj:luaj-jse:3.0.1')
8583
library('dev.arbjerg:lavaplayer:2.2.2')

0 commit comments

Comments
 (0)