Skip to content

Commit

Permalink
Move hamkrest version number into top-level configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
r3domfox committed Jul 19, 2018
1 parent f3d9750 commit d1455b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit d1455b7

Please sign in to comment.