Skip to content

Commit 4d8e393

Browse files
chore(deps): update dependency io.github.xanthic.cache:cache-bom to v0.7.1 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4894368 commit 4d8e393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versioned_docs/version-0.x/getting-started/installation.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You will want to include the `xanthic-core` to code against this straightforward
1818

1919
### Step 1: add the bom to your project:
2020

21-
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.7.0" bom="true" scope="api" />
21+
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.7.1" bom="true" scope="api" />
2222

2323
### Step 2: add the `cache-core` dependency:
2424

@@ -30,7 +30,7 @@ As user of a library that is using xanthic, you will only need to specify the `b
3030

3131
### Step 1: add the bom to your project:
3232

33-
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.7.0" bom="true" scope="implementation" />
33+
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.7.1" bom="true" scope="implementation" />
3434

3535
### Step 2: add a cache-implementation of your choice:
3636

0 commit comments

Comments
 (0)