build.gradle suggests we are using hamcrest 1.2 and junit 4.8.2:
compile group: 'org.hamcrest', name: 'hamcrest-integration', version: '1.2'
[snip]
testCompile group: "junit", name: 'junit-dep', version: "4.8.2"
Can anyone else on list please confirm for Eric?
Suggestions for making our examples easier to try would be very welcome from Eric or others.