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.
2 parents 081ba8d + ee9053b commit ebbe8f9Copy full SHA for ebbe8f9
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.1'
24
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
25
testImplementation "net.bytebuddy:byte-buddy:1.12.2"
26
- testImplementation "net.bytebuddy:byte-buddy-agent:1.12.1"
+ testImplementation "net.bytebuddy:byte-buddy-agent:1.12.2"
27
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
29
compile "io.ktor:ktor-client-core:$ktor_version"
0 commit comments