update dependency

This commit is contained in:
Carl Richard Theodor Schneider 2022-01-04 18:39:40 +01:00
parent 00ab5d1f96
commit 0c40b7c9d8
2 changed files with 6 additions and 5 deletions

View file

@ -7,6 +7,7 @@
<properties> <properties>
<maven.compiler.source>1.10</maven.compiler.source> <maven.compiler.source>1.10</maven.compiler.source>
<maven.compiler.target>1.10</maven.compiler.target> <maven.compiler.target>1.10</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
<groupId>at.overflow.bukkit.matrixbridge</groupId> <groupId>at.overflow.bukkit.matrixbridge</groupId>
@ -27,15 +28,15 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId> <artifactId>paper-api</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version> <version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.kamax</groupId> <groupId>io.kamax</groupId>
<artifactId>matrix-java-sdk</artifactId> <artifactId>matrix-java-sdk</artifactId>
<version>LATEST</version> <version>0.0.18</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -61,4 +62,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>

View file

@ -1,4 +1,4 @@
name: MatrixBridge name: MatrixBridge
version: 1.0 version: 1.0
main: at.overflow.bukkit.matrixbridge.MatrixPlugin main: at.overflow.bukkit.matrixbridge.MatrixPlugin
api-version: 1.13 api-version: 1.18