Skip to content

Commit

Permalink
chore: bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Jan 12, 2019
1 parent 90e70e2 commit 0f51140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies {
compile(kotlin("stdlib"))
compile(project(":library"))
kapt(project(":processor"))
testCompile("com.github.matfax.assertk3:assertk-jvm:0.13.4")
testCompile("org.junit.jupiter:junit-jupiter-api:5.3.1")
testCompile("org.junit.jupiter:junit-jupiter-params:5.3.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.3.1")
testCompile("com.github.matfax.assertk3:assertk-jvm:0.13.5")
testCompile("org.junit.jupiter:junit-jupiter-api:5.3.2")
testCompile("org.junit.jupiter:junit-jupiter-params:5.3.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.3.2")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 0f51140

Please sign in to comment.