Skip to content

Commit

Permalink
Update dependency com.intellectualsites.bom:bom-newest to v1.41 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 0eeb156 commit 12b98e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions fastasyncworldedit/API/api-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.40")) // Ref: https://github.com/IntellectualSites/bom
implementation(platform("com.intellectualsites.bom:bom-newest:1.41")) // Ref: https://github.com/IntellectualSites/bom
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
}
```
Expand All @@ -38,7 +38,7 @@ repositories {
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.40")) // Ref: https://github.com/IntellectualSites/bom
implementation(platform("com.intellectualsites.bom:bom-newest:1.41")) // Ref: https://github.com/IntellectualSites/bom
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") { isTransitive = false }
}
Expand All @@ -58,7 +58,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId> <!-- Ref: https://github.com/IntellectualSites/bom -->
<version>1.40</version>
<version>1.41</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId> <!-- Ref: https://github.com/IntellectualSites/bom -->
<version>1.40</version>
<version>1.41</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions plotsquared/api/api-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.40"))
implementation(platform("com.intellectualsites.bom:bom-newest:1.41"))
compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
}
```
Expand All @@ -38,7 +38,7 @@ repositories {
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.40"))
implementation(platform("com.intellectualsites.bom:bom-newest:1.41"))
compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
compileOnly("com.intellectualsites.plotsquared:plotsquared-bukkit") { isTransitive = false }
}
Expand All @@ -58,7 +58,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId>
<version>1.40</version>
<version>1.41</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId>
<version>1.40</version>
<version>1.41</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 12b98e5

Please sign in to comment.