File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ repositories {
23
23
24
24
dependencies {
25
25
implementation(kotlin(" stdlib" ))
26
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
26
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
27
27
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1" )
28
28
implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
29
29
implementation(" org.jetbrains.exposed:exposed-core:0.60.0" )
30
30
implementation(" org.jetbrains.exposed:exposed-jdbc:0.60.0" )
31
31
32
32
testImplementation(kotlin(" test" ))
33
- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 " )
33
+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
34
34
}
35
35
36
36
java {
You can’t perform that action at this time.
0 commit comments