Skip to content

Commit

Permalink
Fix commons version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Nov 27, 2023
1 parent 17c53a7 commit 7ca7086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ dependencies {
implementation("io.projectreactor.addons:reactor-extra")
implementation("io.projectreactor:reactor-tools")

def commonsVersion = "deb598df95"
def commonsVersion = "0ff63ee928"

implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") {
exclude module: 'guava'
Expand Down

0 comments on commit 7ca7086

Please sign in to comment.