Skip to content

Commit 2171ab8

Browse files
committed
Improved the header...
1 parent 38124f2 commit 2171ab8

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ bin/
3939
.vscode/
4040

4141
### Mac OS ###
42-
.DS_Store
42+
.DS_Store
43+
/src/main/resources/installer-data/dependencies.json

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
dependencies {
1717
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
18-
classpath 'org.mangorage:MangoBotGradle:4.0.11'
18+
classpath 'org.mangorage:MangoBotGradle:5.0.2'
1919
}
2020
}
2121

@@ -77,12 +77,10 @@ dependencies {
7777
testImplementation platform('org.junit:junit-bom:5.9.1')
7878
testImplementation 'org.junit.jupiter:junit-jupiter'
7979

80-
installer('org.mangorage:installer:3.0.27')
81-
bot('org.mangorage:mangobot:11.0.18')
80+
installer('org.mangorage:installer:4.0.3')
81+
bot('org.mangorage:mangobot:11.0.23')
8282

83-
plugin('org.mangorage:mangobotplugin:11.1.5')
84-
85-
compileOnly('org.mangorage:MangoBotGradle:4.0.5')
83+
plugin('org.mangorage:mangobotplugin:11.1.8')
8684

8785
library('org.eclipse.jetty:jetty-server:11.0.16')
8886
library('org.eclipse.jetty:jetty-servlet:11.0.16')

src/main/resources/installerdata/deps.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)