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 dbbdc39 commit a61a89bCopy full SHA for a61a89b
docs/README.md
@@ -14,11 +14,11 @@ This implementation is adapted for the following drivers or ORMs:
14
Add the `criteria-core` dependency on your `build.gradle.kts`.
15
16
```kotlin
17
-implementation("io.github.magonxesp:criteria-core:0.1.0")
+implementation("io.github.magonxesp:criteria-core:0.2.8")
18
```
19
20
For **Spring Boot and** **Spring Data JPA** add the spring-boot dependency.
21
22
23
-implementation("io.github.magonxesp:criteria-spring-boot:0.1.0")
+implementation("io.github.magonxesp:criteria-spring-boot:0.2.8")
24
0 commit comments