From d0b1eea8640035b9a8cc4b0b4d67a4a710cd0393 Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Thu, 9 Apr 2020 11:30:19 +0200 Subject: [PATCH] updated daikon-core dependency --- build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index c5c89ec..3493496 100644 --- a/build.gradle +++ b/build.gradle @@ -12,16 +12,16 @@ dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - compile "org.eclipse.jetty:jetty-server:9.4.27.v20200227" - compile "org.eclipse.jetty:jetty-servlet:9.4.27.v20200227" - compile "com.github.DaikonWeb:daikon-core:1.2.0" + compile 'org.eclipse.jetty:jetty-server:9.4.27.v20200227' + compile 'org.eclipse.jetty:jetty-servlet:9.4.27.v20200227' + compile 'com.github.DaikonWeb:daikon-core:1.3.0' - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.5.2" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.5.2" - testImplementation "net.wuerl.kotlin:assertj-core-kotlin:0.2.1" - testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0" - testImplementation "com.github.DaikonWeb:topinambur:1.2.3" + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.2' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.5.2' + testImplementation 'net.wuerl.kotlin:assertj-core-kotlin:0.2.1' + testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0' + testImplementation 'com.github.DaikonWeb:topinambur:1.2.3' } test {