From a61a89bd326eed835d32a90364cd3e297bbb0f3f Mon Sep 17 00:00:00 2001 From: MagonxESP Date: Mon, 17 Jun 2024 14:13:43 +0000 Subject: [PATCH] GITBOOK-10: No subject --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9b612ca..809dbba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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") ```