Skip to content

Commit

Permalink
Update to use proper frame size in commons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Oct 13, 2023
1 parent 83a3eaa commit c88aa46
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 @@ -292,8 +292,9 @@ dependencies {
implementation("org.springframework:spring-websocket")

implementation("io.projectreactor.addons:reactor-extra")
implementation("io.projectreactor:reactor-tools")

def commonsVersion = "d234f8647a159f4f40d5b935d49b083e0c67c201"
def commonsVersion = "c060e973aa54e1fa215df15c1b8bad22806d84aa"

implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") {
exclude module: 'guava'
Expand Down Expand Up @@ -363,4 +364,4 @@ dependencies {
testCompileOnly("org.projectlombok:lombok")

codacy("com.github.codacy:codacy-coverage-reporter:-SNAPSHOT")
}
}

0 comments on commit c88aa46

Please sign in to comment.