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 @@ -63,7 +63,7 @@ repositories {
6363}
6464
6565dependencies {
66- api(platform(" io.github.xanthic.cache:cache-bom:0.2 .0" )) // Specify the latest version here
66+ api(platform(" io.github.xanthic.cache:cache-bom:0.3 .0" )) // Specify the latest version here
6767 api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
6868 implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
6969}
@@ -78,7 +78,7 @@ dependencies {
7878 <groupId >io.github.xanthic.cache</groupId >
7979 <artifactId >cache-bom</artifactId >
8080 <!-- Specify the latest version here -->
81- <version >0.2 .0</version >
81+ <version >0.3 .0</version >
8282 <scope >import</scope >
8383 <type >pom</type >
8484 </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.2 .0"
17+ version = " 0.3 .0"
1818}
1919
2020subprojects {
You can’t perform that action at this time.
0 commit comments