We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d012f commit 444c0d4Copy full SHA for 444c0d4
1 file changed
build.gradle
@@ -45,11 +45,11 @@ buildscript {
45
}
46
47
dependencies {
48
- compile 'com.sendgrid:java-http-client:4.1.0'
49
- compile 'com.fasterxml.jackson.core:jackson-core:2.9.9'
50
- compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
51
- compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
52
- testCompile group: 'junit', name: 'junit', version: '4.12'
+ implementation 'com.sendgrid:java-http-client:4.1.0'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.9.9'
+ implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
+ testImplementation group: 'junit', name: 'junit', version: '4.12'
53
54
55
repositories {
0 commit comments