Skip to content

Commit

Permalink
updated daikon-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Apr 9, 2020
1 parent 6109e1e commit d0b1eea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0b1eea

Please sign in to comment.