Skip to content

Commit

Permalink
upgrade library version and config useJUnitPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
pobiconan committed Feb 5, 2020
1 parent 72e9cb8 commit c7f9a56
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 c7f9a56

Please sign in to comment.