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 @@ -62,7 +62,7 @@ repositories {
6262}
6363
6464dependencies {
65- api(platform(" io.github.xanthic.cache:cache-bom:0.1.1 " )) // Specify the latest version here
65+ api(platform(" io.github.xanthic.cache:cache-bom:0.1.2 " )) // Specify the latest version here
6666 api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
6767 implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
6868}
@@ -77,7 +77,7 @@ dependencies {
7777 <groupId >io.github.xanthic.cache</groupId >
7878 <artifactId >cache-bom</artifactId >
7979 <!-- Specify the latest version here -->
80- <version >0.1.1 </version >
80+ <version >0.1.2 </version >
8181 <scope >import</scope >
8282 <type >pom</type >
8383 </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.1.1 "
17+ version = " 0.1.2 "
1818}
1919
2020subprojects {
You can’t perform that action at this time.
0 commit comments