dependency update
This commit is contained in:
parent
b98cc644f1
commit
42adf0e7df
2 changed files with 7 additions and 4 deletions
|
@ -11,15 +11,18 @@ repositories {
|
|||
name "craftsblockReleases"
|
||||
url "https://repo.craftsblock.de/releases"
|
||||
}
|
||||
|
||||
maven {
|
||||
name "craftsblockExperimental"
|
||||
url "https://repo.craftsblock.de/experimental"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'de.craftsblock:craftsnet:3.2.0-SNAPSHOT'
|
||||
implementation 'de.craftsblock:craftsnet:3.3.1-pre4'
|
||||
implementation 'de.craftsblock.craftscore:CraftsCore:3.7.60-SNAPSHOT'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
implementation 'com.google.code.gson:gson:2.10'
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue