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 6b26395 commit aeb7a66Copy full SHA for aeb7a66
README.md
@@ -19,7 +19,7 @@ repositories {
19
}
20
21
dependencies {
22
- implementation("com.michael-bull.kotlin-coroutines-jdbc:kotlin-coroutines-jdbc:1.0.2")
+ implementation("com.michael-bull.kotlin-coroutines-jdbc:kotlin-coroutines-jdbc:1.0.3")
23
24
```
25
gradle.properties
@@ -1,4 +1,4 @@
1
group=com.michael-bull.kotlin-coroutines-jdbc
2
-version=1.0.3-SNAPSHOT
+version=1.0.3
3
description=A library for interacting with blocking JDBC drivers using Kotlin Coroutines.
4
kotlin.code.style=official
0 commit comments