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 0dcda9c commit db796b6Copy full SHA for db796b6
README.md
@@ -17,7 +17,7 @@ repositories {
17
}
18
19
dependencies {
20
- implementation("com.michael-bull.kotlin-coroutines-jdbc:kotlin-coroutines-jdbc:1.0.1")
+ implementation("com.michael-bull.kotlin-coroutines-jdbc:kotlin-coroutines-jdbc:1.0.2")
21
22
```
23
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
3
group=com.michael-bull.kotlin-coroutines-jdbc
4
-version=1.0.2-SNAPSHOT
+version=1.0.2
0 commit comments