Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fedex81/helios
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Berti committed Sep 28, 2021
2 parents c6f1046 + 9870b03 commit ea9bf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dependencies {

testCompile group: 'junit', name: 'junit', version: '4.13.2'
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.7.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.1'

//include local jars
compile fileTree(dir: 'lib', include: ['*.jar'])
Expand Down

0 comments on commit ea9bf43

Please sign in to comment.