Skip to content

Commit 6644282

Browse files
committed
Better handling of larger messages...
1 parent bdc60c7 commit 6644282

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ bin/
4141
### Mac OS ###
4242
.DS_Store
4343
/src/main/resources/installerdata/
44+
/src/main/resources/installer-data/dependencies.json

build.gradle

Lines changed: 5 additions & 7 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

@@ -76,13 +76,11 @@ dependencies {
7676
testImplementation platform('org.junit:junit-bom:5.9.1')
7777
testImplementation 'org.junit.jupiter:junit-jupiter'
7878

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

82-
plugin('org.mangorage:mangobotplugin:11.1.7')
83-
plugin('org.mangorage:mangobotwebsite:1.0.10')
84-
85-
compileOnly('org.mangorage:MangoBotGradle:4.0.5')
82+
plugin('org.mangorage:mangobotplugin:11.1.9')
83+
plugin('org.mangorage:mangobotwebsite:1.0.21')
8684

8785
library('org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5')
8886
library('org.kohsuke:github-api:1.321')

0 commit comments

Comments
 (0)