We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc088b commit 44f201fCopy full SHA for 44f201f
howto-dapp/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
17
implementation 'com.google.code.gson:gson:2.13.1'
18
implementation 'com.mysql:mysql-connector-j:8.4.0'
19
- implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"
+ implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha04"
20
21
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
22
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
0 commit comments