diff --git a/README.md b/README.md index b79294f..478f6e9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ repositories { } dependencies { - api(platform("io.github.xanthic.cache:cache-bom:0.6.1")) // Specify the latest version here + api(platform("io.github.xanthic.cache:cache-bom:0.6.2")) // Specify the latest version here api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider } @@ -79,7 +79,7 @@ dependencies { io.github.xanthic.cache cache-bom - 0.6.1 + 0.6.2 import pom