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 b7fc25d commit a3fbda3Copy full SHA for a3fbda3
build.gradle.kts
@@ -26,8 +26,8 @@ dependencies {
26
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
27
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
28
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
29
- implementation("org.jetbrains.exposed:exposed-core:0.57.0")
30
- implementation("org.jetbrains.exposed:exposed-jdbc:0.57.0")
+ implementation("org.jetbrains.exposed:exposed-core:0.58.0")
+ implementation("org.jetbrains.exposed:exposed-jdbc:0.58.0")
31
32
testImplementation(kotlin("test"))
33
}
0 commit comments