Skip to content

Commit

Permalink
Update testng dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jun 25, 2016
1 parent cb81166 commit 27ff3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TangramVersions {

// For testing purposes
String junit = '4.12'
String testng = '6.9.11' // Gradle 2.13 has 6.3.1 - tests using e.g. testng listeners fail with other versions
String testng = '6.9.12' // Gradle 2.13 has 6.3.1 - tests using e.g. testng listeners fail with other versions
String hsqldb = '1.8.1.1'
String h2db = '1.4.192'

Expand Down

0 comments on commit 27ff3a6

Please sign in to comment.