Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrbu committed Apr 20, 2023
1 parent d046c9c commit 1d25739
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ dependencies {
compileOnly "io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT"
compileOnly "me.clip:placeholderapi:2.11.1"

//noinspection GradlePackageUpdate
compileOnly "io.netty:netty-all:4.1.87.Final"
compileOnly "com.mojang:authlib:3.4.40"
compileOnly "com.mojang:datafixerupper:6.0.8"
compileOnly "io.netty:netty-all:4.1.87.Final"

implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "commons-io:commons-io:2.11.0"
Expand All @@ -29,7 +30,7 @@ dependencies {
}

group "lol.pyr"
version "1.0.2"
version "1.0.3"

compileJava {
options.release.set(17)
Expand Down

0 comments on commit 1d25739

Please sign in to comment.