Skip to content

Commit 0f5f454

Browse files
committed
Implemented sweeping changes/fixes
1 parent c8557ed commit 0f5f454

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

build.gradle

Lines changed: 8 additions & 5 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.17'
20+
classpath 'org.mangorage:MangoBotGradle:6.0.24'
2121
}
2222
}
2323

@@ -85,11 +85,14 @@ dependencies {
8585
testImplementation platform('org.junit:junit-bom:5.9.1')
8686
testImplementation 'org.junit.jupiter:junit-jupiter'
8787

88-
installer('org.mangorage:installer:4.0.26')
89-
bootstrap("org.mangorage:mangobotbootstrap:1.0.78")
88+
installer('org.mangorage:installer:4.0.30')
89+
bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
9090

91-
plugin('org.mangorage:mangobot:12.0.83')
92-
plugin('org.mangorage:mangobotplugin:12.0.47')
91+
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.11")
92+
93+
94+
plugin('org.mangorage:mangobot:12.0.145')
95+
plugin('org.mangorage:mangobotplugin:12.0.79')
9396

9497
library("com.google.code.gson:gson:2.10.1")
9598

0 commit comments

Comments
 (0)