Skip to content

Commit

Permalink
upgrade library version, config useJUnitPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
pobiconan committed Feb 5, 2020
1 parent 6343651 commit d8fefe3
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 @@ -12,6 +12,10 @@ dependencies {
compile('com.sparkjava:spark-core:2.9.0')
compile('com.sparkjava:spark-template-handlebars:2.7.1')
compile('ch.qos.logback:logback-classic:1.2.3')
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 d8fefe3

Please sign in to comment.