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