Skip to content

Commit

Permalink
update library version and config useJUnitPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi committed Feb 19, 2020
1 parent 2bfd481 commit 694f199
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ repositories {
}

dependencies {
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
testCompile('org.assertj:assertj-core:3.11.1')
}
testCompile('org.junit.jupiter:junit-jupiter:5.6.0')
testCompile('org.assertj:assertj-core:3.15.0')
}

test {
useJUnitPlatform()
}

0 comments on commit 694f199

Please sign in to comment.