File tree Expand file tree Collapse file tree
src/main/java/org/mangorage/mangobotplugin/entrypoint Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2626import org .mangorage .mangobotplugin .BotEventListener ;
2727import org .mangorage .mangobotplugin .commands .internal .homedepot .HomeDepotCommand ;
2828import org .mangorage .mangobotplugin .commands .misc .HelpCommand ;
29- import org .mangorage .mangobotplugin .commands .trick .Trick ;
3029import org .mangorage .mangobotplugin .commands .trick .TrickManager ;
3130import org .mangorage .mangobotplugin .commands .trick .impl .TrickCommand ;
32- import org .mangorage .mangobotplugin .pagedlist .PagedListManager ;
3331import org .mangorage .mangobotplugin .actions .TrashButtonAction ;
3432import org .mangorage .mangobotplugin .commands .misc .PingCommand ;
3533import org .mangorage .mangobotplugin .commands .misc .PingsCommand ;
You can’t perform that action at this time.
0 commit comments