Skip to content

Commit

Permalink
Update dependency com.intellectualsites.bom:bom-newest to v1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 2f7445f commit d723726
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.49")) // Ref: https://github.com/IntellectualSites/bom
implementation(platform("com.intellectualsites.bom:bom-newest:1.50")) // Ref: https://github.com/IntellectualSites/bom
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
}
```
Expand All @@ -39,7 +39,7 @@ repositories {
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.49")) // Ref: https://github.com/IntellectualSites/bom
implementation(platform("com.intellectualsites.bom:bom-newest:1.50")) // Ref: https://github.com/IntellectualSites/bom
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") { isTransitive = false }
}
Expand All @@ -63,7 +63,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId> <!-- Ref: https://github.com/IntellectualSites/bom -->
<version>1.49</version>
<version>1.50</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId> <!-- Ref: https://github.com/IntellectualSites/bom -->
<version>1.49</version>
<version>1.50</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.49"))
implementation(platform("com.intellectualsites.bom:bom-newest:1.50"))
compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
}
```
Expand All @@ -38,7 +38,7 @@ repositories {
}

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

0 comments on commit d723726

Please sign in to comment.