Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 4b2a683

Browse files
committed
feat: Expose matchers and mocks in API
1 parent a515856 commit 4b2a683

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

contractcase/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'java'
2+
id 'java-library'
33
}
44

55
group 'io.contracttesting.contractcase'
@@ -17,8 +17,11 @@ repositories {
1717
}
1818
}
1919

20+
def caseCoreVersion = "0.12.1"
2021

2122
dependencies {
23+
api "io.contract-testing.contractcase:case_example_mock_types:${caseCoreVersion}"
24+
api "io.contract-testing.contractcase:test-equivalence-matchers:${caseCoreVersion}"
2225
implementation 'com.diogonunes:JColor:5.5.1'
2326
implementation 'io.contract-testing.contractcase:case_boundary:0.6.1'
2427
implementation 'org.jetbrains:annotations:23.0.0'

0 commit comments

Comments
 (0)