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