Skip to content

Commit

Permalink
Update dependency com.intellectualsites.bom:bom-newest to v1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent 02c52ca commit 0ed806b
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.42")) // Ref: https://github.com/IntellectualSites/bom
implementation(platform("com.intellectualsites.bom:bom-newest:1.43")) // 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.42")) // Ref: https://github.com/IntellectualSites/bom
implementation(platform("com.intellectualsites.bom:bom-newest:1.43")) // 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.42</version>
<version>1.43</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.42</version>
<version>1.43</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.42"))
implementation(platform("com.intellectualsites.bom:bom-newest:1.43"))
compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
}
```
Expand All @@ -38,7 +38,7 @@ repositories {
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.42"))
implementation(platform("com.intellectualsites.bom:bom-newest:1.43"))
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.42</version>
<version>1.43</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.42</version>
<version>1.43</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 0ed806b

Please sign in to comment.