File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Latest] ( https://img.shields.io/github/release/Xanthic/cache-api/all.svg?style=flate&label=latest )] ( https://search.maven.org/search?q=g:io.github.xanthic.cache )
44[ ![ Build] ( https://github.com/Xanthic/cache-api/actions/workflows/gradle.yml/badge.svg )] ( https://github.com/Xanthic/cache-api/actions/workflows/gradle.yml )
5+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-grey.svg?style=flat )] ( https://Xanthic.github.io/ )
56[ ![ Javadoc] ( https://javadoc.io/badge2/io.github.xanthic.cache/cache-api/javadoc.svg )] ( https://javadoc.io/doc/io.github.xanthic.cache )
67
78[ ![ Code Quality] ( https://www.codefactor.io/repository/github/xanthic/cache-api/badge )] ( https://www.codefactor.io/repository/github/xanthic/cache-api )
@@ -61,7 +62,7 @@ repositories {
6162}
6263
6364dependencies {
64- api(platform(" io.github.xanthic.cache:cache-bom:0.1.0 " )) // Specify the latest version here
65+ api(platform(" io.github.xanthic.cache:cache-bom:0.1.1 " )) // Specify the latest version here
6566 api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
6667 implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
6768}
@@ -76,7 +77,7 @@ dependencies {
7677 <groupId >io.github.xanthic.cache</groupId >
7778 <artifactId >cache-bom</artifactId >
7879 <!-- Specify the latest version here -->
79- <version >0.1.0 </version >
80+ <version >0.1.1 </version >
8081 <scope >import</scope >
8182 <type >pom</type >
8283 </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.0 "
17+ version = " 0.1.1 "
1818}
1919
2020subprojects {
You can’t perform that action at this time.
0 commit comments