File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ repositories {
6464}
6565
6666dependencies {
67- api(platform(" io.github.xanthic.cache:cache-bom:0.6.1 " )) // Specify the latest version here
67+ api(platform(" io.github.xanthic.cache:cache-bom:0.6.2 " )) // Specify the latest version here
6868 api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
6969 implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
7070}
@@ -79,7 +79,7 @@ dependencies {
7979 <groupId >io.github.xanthic.cache</groupId >
8080 <artifactId >cache-bom</artifactId >
8181 <!-- Specify the latest version here -->
82- <version >0.6.1 </version >
82+ <version >0.6.2 </version >
8383 <scope >import</scope >
8484 <type >pom</type >
8585 </dependency >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
1414 }
1515
1616 group = " io.github.xanthic.cache"
17- version = " 0.6.1 "
17+ version = " 0.6.2 "
1818}
1919
2020subprojects {
You can’t perform that action at this time.
0 commit comments