Skip to content

Commit

Permalink
chore: updfate to the latest pact_mock_server_ffi lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Sep 28, 2020
1 parent 7688c49 commit 33afb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consumer/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PactcppconsumerConan(ConanFile):
default_options = {"shared": False}
generators = "cmake"
exports_sources = "src/*", "include/*"
requires = "pact_mock_server_ffi/0.0.7@pact/beta", "nlohmann_json/3.7.3", "gtest/1.10.0", "cpprestsdk/2.10.15@bincrafters/stable"
requires = "pact_mock_server_ffi/0.0.9@pact/beta", "nlohmann_json/3.7.3", "gtest/1.10.0", "cpprestsdk/2.10.15@bincrafters/stable"
scm = {
"type": "git",
"subfolder": "src",
Expand Down
2 changes: 1 addition & 1 deletion consumer/conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
gtest/1.10.0
boost/1.72.0
cpprestsdk/2.10.15@bincrafters/stable
pact_mock_server_ffi/0.0.7@pact/beta
pact_mock_server_ffi/0.0.9@pact/beta
nlohmann_json/3.7.3

[generators]
Expand Down

0 comments on commit 33afb8f

Please sign in to comment.