Skip to content

Commit c1f8fea

Browse files
committed
chore(deps): update dependency io.github.xanthic.cache:cache-bom to v0.6.2
1 parent cec5d12 commit c1f8fea

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

Lines changed: 2 additions & 2 deletions
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.6.1" bom="true" scope="api" />
21+
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.6.2" 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.6.1" bom="true" scope="implementation" />
33+
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.6.2" bom="true" scope="implementation" />
3434

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

0 commit comments

Comments
 (0)