Skip to content

Commit bf97027

Browse files
committed
Updated Buildscript for Website
1 parent 98762d3 commit bf97027

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919

2020
dependencies {
21-
classpath 'org.mangorage:MangoBotGradle:6.0.17'
21+
classpath 'org.mangorage:MangoBotGradle:6.0.22'
2222
}
2323
}
2424

@@ -89,10 +89,12 @@ dependencies {
8989
testImplementation 'org.junit.jupiter:junit-jupiter'
9090

9191
installer('org.mangorage:installer:4.0.26')
92-
bootstrap("org.mangorage:mangobotbootstrap:1.0.72")
92+
bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
9393

94-
plugin('org.mangorage:mangobot:12.0.80')
95-
plugin('org.mangorage:mangobotplugin:12.0.47')
94+
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.8")
95+
96+
plugin('org.mangorage:mangobot:12.0.89')
97+
plugin('org.mangorage:mangobotplugin:12.0.50')
9698

9799
library('org.eclipse.jetty:jetty-server:11.0.16')
98100
library('org.eclipse.jetty:jetty-servlet:11.0.16')

0 commit comments

Comments
 (0)