Skip to content

Commit 664af40

Browse files
committed
Implemented sweeping changes/fixes
1 parent 14f9186 commit 664af40

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717

1818
dependencies {
1919
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
20-
classpath 'org.mangorage:MangoBotGradle:6.0.22'
20+
classpath 'org.mangorage:MangoBotGradle:6.0.24'
2121
}
2222
}
2323

@@ -73,9 +73,9 @@ dependencies {
7373
testImplementation platform('org.junit:junit-bom:5.9.1')
7474
testImplementation 'org.junit.jupiter:junit-jupiter'
7575

76-
installer('org.mangorage:installer:4.0.26')
76+
installer('org.mangorage:installer:4.0.30')
7777
bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
78-
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.8")
78+
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.11")
7979

8080
plugin('org.mangorage:mangobot:12.0.145')
8181

src/main/java/org/mangorage/mangobotplugin/entrypoint/MangoBot.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
import org.mangorage.mangobotplugin.BotEventListener;
2727
import org.mangorage.mangobotplugin.commands.internal.homedepot.HomeDepotCommand;
2828
import org.mangorage.mangobotplugin.commands.misc.HelpCommand;
29-
import org.mangorage.mangobotplugin.commands.trick.Trick;
3029
import org.mangorage.mangobotplugin.commands.trick.TrickManager;
3130
import org.mangorage.mangobotplugin.commands.trick.impl.TrickCommand;
32-
import org.mangorage.mangobotplugin.pagedlist.PagedListManager;
3331
import org.mangorage.mangobotplugin.actions.TrashButtonAction;
3432
import org.mangorage.mangobotplugin.commands.misc.PingCommand;
3533
import org.mangorage.mangobotplugin.commands.misc.PingsCommand;

0 commit comments

Comments
 (0)