mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
Move hamkrest version number into top-level configuration
This commit is contained in:
parent
f3d9750ea5
commit
d1455b7a0e
@ -39,6 +39,7 @@ buildscript {
|
||||
ext.fileupload_version = '1.3.3'
|
||||
ext.junit_version = '4.12'
|
||||
ext.mockito_version = '2.18.3'
|
||||
ext.hamkrest_version = '1.4.2.2'
|
||||
ext.jopt_simple_version = '5.0.2'
|
||||
ext.jansi_version = '1.14'
|
||||
ext.hibernate_version = '5.2.6.Final'
|
||||
|
@ -69,7 +69,7 @@ dependencies {
|
||||
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
|
||||
|
||||
// Hamkrest, for fluent, composable matchers
|
||||
testCompile 'com.natpryce:hamkrest:1.4.2.2'
|
||||
testCompile "com.natpryce:hamkrest:$hamkrest_version"
|
||||
|
||||
// Quasar, for suspendable fibres.
|
||||
compileOnly("$quasar_group:quasar-core:$quasar_version:jdk8") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user