Skip to content

Commit 25f3d28

Browse files
authored
Merge pull request #2 from icerockdev/bug/autoconfiguration
Fix missing autoconfiguration
2 parents b88de41 + 7a6dbe9 commit 25f3d28

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following dependency to your `build.gradle.kts`:
1818

1919
```kotlin
2020
dependencies {
21-
implementation("com.icerockdev.boko:spring-boot-starter-konform:0.1.1")
21+
implementation("com.icerockdev.boko:spring-boot-starter-konform:0.1.2")
2222
}
2323
```
2424

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "com.icerockdev.boko"
18-
version = "0.1.1"
18+
version = "0.1.2"
1919

2020
repositories {
2121
mavenCentral()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
com.icerockdev.boko.konformstarter.KonformValidationAutoConfiguration

0 commit comments

Comments
 (0)