Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/magonxesp/criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Jun 17, 2024
2 parents 782a061 + a61a89b commit 81bb2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ This implementation is adapted for the following drivers or ORMs:
Add the `criteria-core` dependency on your `build.gradle.kts`.

```kotlin
implementation("io.github.magonxesp:criteria-core:0.1.0")
implementation("io.github.magonxesp:criteria-core:0.2.8")
```

For **Spring Boot and** **Spring Data JPA** add the spring-boot dependency.

```kotlin
implementation("io.github.magonxesp:criteria-spring-boot:0.1.0")
implementation("io.github.magonxesp:criteria-spring-boot:0.2.8")
```

0 comments on commit 81bb2b6

Please sign in to comment.