Skip to content

Commit

Permalink
chore(deps): update dependency io.github.xanthic.cache:cache-bom to v…
Browse files Browse the repository at this point in the history
…0.4.2
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 06ec32a commit 31657e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You will want to include the `xanthic-core` to code against this straightforward

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

<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.4.1" bom="true" scope="api" />
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.4.2" bom="true" scope="api" />

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

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

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

<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.4.1" bom="true" scope="implementation" />
<JavaDependency group="io.github.xanthic.cache" name="cache-bom" version="0.4.2" bom="true" scope="implementation" />

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

Expand Down

0 comments on commit 31657e7

Please sign in to comment.