File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed 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.8 '
20+ classpath ' org.mangorage:MangoBotGradle:6.0.9 '
2121 }
2222}
2323
@@ -62,8 +62,8 @@ dependencies {
6262
6363 installer(' org.mangorage:installer:4.0.13' )
6464
65- bot(" org.mangorage:mangobotbootstrap:1.0.14 " )
66- plugin(' org.mangorage:mangobot:12.0.44 ' )
65+ bot(" org.mangorage:mangobotbootstrap:1.0.15 " )
66+ plugin(' org.mangorage:mangobot:12.0.50 ' )
6767
6868// library('org.classdump.luna:luna-all-shaded:0.4.1')
6969
Original file line number Diff line number Diff line change 1818
1919 opens org .mangorage .mangobotplugin .commands .trick to com .google .gson ;
2020 opens org .mangorage .mangobotplugin .commands .trick .lua to com .google .gson ;
21+
22+ provides org .mangorage .mangobotcore .plugin .api .Plugin with org .mangorage .mangobotplugin .entrypoint .MangoBot ;
23+ uses org .mangorage .mangobotcore .plugin .api .Plugin ;
2124}
You can’t perform that action at this time.
0 commit comments