Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update api-documentation.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 5, 2023
1 parent 7a5fe11 commit 444d7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/api/api-documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:icons: font
:source-highlighter: coderay

:bomVersion: 1.28
:bomVersion: 1.32

===== xref:../README.adoc[🏠 Return to the index]

Expand Down Expand Up @@ -47,7 +47,7 @@ repositories {
}
dependencies {
implementation(platform("com.intellectualsites.bom:bom-1.18.x:{bomVersion}"))
implementation(platform("com.intellectualsites.bom:bom-newest:{bomVersion}"))
compileOnly("com.plotsquared:PlotSquared-Core")
compileOnly("com.plotsquared:PlotSquared-Bukkit") { isTransitive = false }
}
Expand All @@ -67,7 +67,7 @@ dependencies {
<dependencies>
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-1.18.x</artifactId>
<artifactId>bom-newest</artifactId>
<version>{bomVersion}</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 444d7f4

Please sign in to comment.