We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5c55b commit f715c64Copy full SHA for f715c64
1 file changed
build.gradle.kts
@@ -25,9 +25,9 @@ dependencies {
25
library("club.minnced:discord-webhooks:0.8.4")
26
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
27
library("org.postgresql:postgresql:42.7.10")
28
- library("de.chojo.sadu:sadu-postgresql:2.3.8")
29
- library("de.chojo.sadu:sadu-datasource:2.3.8")
30
- library("de.chojo.sadu:sadu-queries:2.3.8")
+ library("de.chojo.sadu:sadu-postgresql:2.3.9")
+ library("de.chojo.sadu:sadu-datasource:2.3.9")
+ library("de.chojo.sadu:sadu-queries:2.3.9")
31
library("com.zaxxer:HikariCP:6.3.3")
32
}
33
0 commit comments