mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Fix okio
This commit is contained in:
parent
fed5169724
commit
72c6f1165a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ dependencies {
|
|||
testAnnotationProcessor("org.projectlombok:lombok:1.18.8")
|
||||
implementation("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT")
|
||||
implementation("com.squareup.okhttp3:okhttp:3.12.0")
|
||||
implementation("com.squareup.okio:okio:1.14.0")
|
||||
implementation("com.squareup.okio:okio:2.2.2")
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.3.50")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue