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 3d613b8 commit 6d42c5fCopy full SHA for 6d42c5f
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.6.2'
24
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
25
testImplementation "net.bytebuddy:byte-buddy:1.10.13"
26
- testImplementation "net.bytebuddy:byte-buddy-agent:1.10.10"
+ testImplementation "net.bytebuddy:byte-buddy-agent:1.10.13"
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