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 @@ -65,7 +65,7 @@ repositories {
65
65
}
66
66
67
67
dependencies {
68
- api(platform(" io.github.xanthic.cache:cache-bom:0.6.2 " )) // Specify the latest version here
68
+ api(platform(" io.github.xanthic.cache:cache-bom:0.7.0 " )) // Specify the latest version here
69
69
api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
70
70
implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
71
71
}
@@ -80,7 +80,7 @@ dependencies {
80
80
<groupId >io.github.xanthic.cache</groupId >
81
81
<artifactId >cache-bom</artifactId >
82
82
<!-- Specify the latest version here -->
83
- <version >0.6.2 </version >
83
+ <version >0.7.0 </version >
84
84
<scope >import</scope >
85
85
<type >pom</type >
86
86
</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.2 "
17
+ version = " 0.7.0 "
18
18
}
19
19
20
20
subprojects {
You can’t perform that action at this time.
0 commit comments