Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: iProdigy <[email protected]>
  • Loading branch information
iProdigy authored Sep 29, 2024
1 parent c8b1795 commit 1fb750a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -79,7 +79,7 @@ dependencies {
<groupId>io.github.xanthic.cache</groupId>
<artifactId>cache-bom</artifactId>
<!-- Specify the latest version here -->
<version>0.6.1</version>
<version>0.6.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 1fb750a

Please sign in to comment.