File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ description = "A library for interacting with blocking JDBC drivers using Kotlin
1010plugins {
1111 `maven- publish`
1212 signing
13- kotlin(" jvm" ) version " 1.3.72 "
14- id(" com.github.ben-manes.versions" ) version " 0.28 .0"
13+ kotlin(" jvm" ) version " 1.4.0 "
14+ id(" com.github.ben-manes.versions" ) version " 0.29 .0"
1515 id(" org.jetbrains.dokka" ) version " 0.10.1"
1616 id(" net.researchgate.release" ) version " 2.8.1"
1717}
@@ -24,8 +24,8 @@ repositories {
2424dependencies {
2525 implementation(kotlin(" stdlib" ))
2626 implementation(" com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.2" )
27- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 " )
28- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.7 " )
27+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 " )
28+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9 " )
2929 testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2" )
3030 testImplementation(" io.mockk:mockk:1.10.0" )
3131}
You can’t perform that action at this time.
0 commit comments