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.
2 parents 17be30e + 3d45390 commit f17eba6Copy full SHA for f17eba6
README.md
@@ -33,7 +33,7 @@ repositories {
33
}
34
35
dependencies {
36
- implementation 'dev.aga:sfm-jooq-kotlin:0.0.1'
+ implementation 'dev.aga:sfm-jooq-kotlin:0.0.2'
37
38
```
39
@@ -49,7 +49,7 @@ repositories {
49
50
51
52
- implementation("dev.aga:sfm-jooq-kotlin:0.0.1")
+ implementation("dev.aga:sfm-jooq-kotlin:0.0.2")
53
54
55
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
12
group = "dev.aga"
13
-version = "0.0.1"
+version = "0.0.2"
14
15
repositories {
16
mavenCentral()
0 commit comments