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

Commit

Permalink
Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2023
1 parent 7db0dbc commit a673d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
compileOnly 'org.projectlombok:lombok:1.18.28'
annotationProcessor 'org.projectlombok:lombok:1.18.28'
compileOnly 'io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT'
compileOnly "org.geysermc.floodgate:api:2.0-SNAPSHOT"
implementation "tech.inudev.profundus:profundusLib:0.0.1-SNAPSHOT-patch4"
implementation "tech.inudev.profundus:profundusLib:0.0.1-SNAPSHOT"
}

def targetJavaVersion = 17
Expand Down

0 comments on commit a673d67

Please sign in to comment.