File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ repositories {
64
64
}
65
65
66
66
dependencies {
67
- api(platform(" io.github.xanthic.cache:cache-bom:0.6.0 " )) // Specify the latest version here
67
+ api(platform(" io.github.xanthic.cache:cache-bom:0.6.1 " )) // Specify the latest version here
68
68
api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
69
69
implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
70
70
}
@@ -79,7 +79,7 @@ dependencies {
79
79
<groupId >io.github.xanthic.cache</groupId >
80
80
<artifactId >cache-bom</artifactId >
81
81
<!-- Specify the latest version here -->
82
- <version >0.6.0 </version >
82
+ <version >0.6.1 </version >
83
83
<scope >import</scope >
84
84
<type >pom</type >
85
85
</dependency >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
14
14
}
15
15
16
16
group = " io.github.xanthic.cache"
17
- version = " 0.6.0 "
17
+ version = " 0.6.1 "
18
18
}
19
19
20
20
subprojects {
You can’t perform that action at this time.
0 commit comments