Skip to content

Commit 0da6778

Browse files
committed
Update dependencies
Gradle Galaxy: 1.3.1 -> 1.3.2 Shadow: 8.3.2 -> 8.3.3 Java Utilities: 0ee049d52d -> 2.0.0
1 parent 3d2745e commit 0da6778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishing
88

99
plugins {
1010
application
11-
id("xyz.srnyx.gradle-galaxy") version "1.3.1"
12-
id("com.gradleup.shadow") version "8.3.2"
11+
id("xyz.srnyx.gradle-galaxy") version "1.3.2"
12+
id("com.gradleup.shadow") version "8.3.3"
1313
}
1414

1515
setupJda("5.1.0", "xyz.srnyx", "3.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_21)
1616

1717
repository(Repository.JITPACK)
1818
dependencies {
19-
implementation("xyz.srnyx", "java-utilities", "0ee049d52d") // General Java utility library
19+
implementation("xyz.srnyx", "java-utilities", "2.0.0") // General Java utility library
2020
implementation("io.github.freya022", "BotCommands", "2.10.3") // Command framework
2121
implementation("org.spongepowered", "configurate-yaml", "4.1.2") // Config manager
2222
implementation("org.postgresql", "postgresql", "42.7.4") // Database

0 commit comments

Comments
 (0)