Skip to content

Commit

Permalink
build: update lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Dec 6, 2024
1 parent 1727b64 commit 3eb40e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<version>1.62.0</version>

<core.api.version>1.286.0</core.api.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<groupId>minevalley.smart</groupId>
Expand Down Expand Up @@ -50,7 +50,7 @@

<repositories>
<repository>
<id>paper-mc</id>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<repository>
Expand All @@ -68,9 +68,9 @@
<dependencies>
<!-- Paper -->
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>LATEST</version>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3eb40e3

Please sign in to comment.