Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JET-Paper/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ dependencies {
// External

implementation("org.ktorm:ktorm-core:3.4.1") // KTorm
compileOnly("io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT") // PaperMC
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT") // PaperMC

compileOnly("com.arcaniax:HeadDatabase-API:1.3.1") // Head-Database

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ plugins {

allprojects {

version = "1.0-PRE-2.2"
version = "1.0-PRE-2.3"
group = "de.jet"

repositories {

0 comments on commit fd90fd9

Please sign in to comment.