Skip to content

Commit

Permalink
Moved to RapidJSONAdapter 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimvila committed Sep 8, 2020
1 parent 655ac68 commit 915bdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ def configure(self):
self.options["JSONAdapterTestUtilities"].gtest = self.options.gtest

def requirements(self):
self.requires("RapidJSONAdapter/1.0.9@systelab/stable")
self.requires("RapidJSONAdapter/1.1.0@systelab/stable")
self.requires("gtest/1.10.0")

def build_requirements(self):
self.build_requires("JSONAdapterTestUtilities/1.0.11@systelab/stable")
self.build_requires("JSONAdapterTestUtilities/1.1.0@systelab/stable")

def build(self):
cmake = CMake(self)
Expand Down

0 comments on commit 915bdad

Please sign in to comment.