Skip to content

Commit 444c0d4

Browse files
doiliothinkingserious
authored andcommitted
Update build.gradle (#471)
1 parent 64d012f commit 444c0d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ buildscript {
4545
}
4646

4747
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'
48+
implementation 'com.sendgrid:java-http-client:4.1.0'
49+
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.9'
50+
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
51+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
52+
testImplementation group: 'junit', name: 'junit', version: '4.12'
5353
}
5454

5555
repositories {

0 commit comments

Comments
 (0)