Skip to content

Commit

Permalink
update wvware and pdf2htmlex versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 26, 2024
1 parent 9ca86c4 commit fdc6dab
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 @@ -44,9 +44,9 @@ def requirements(self):
self.requires("uchardet/0.0.8")
self.requires("utfcpp/4.0.4")
if self.options.get_safe("with_pdf2htmlEX", False):
self.requires("pdf2htmlex/0.18.8.rc1-20240905-git-vili")
self.requires("pdf2htmlex/0.18.8.rc1-git-6f85c88-odr")
if self.options.get_safe("with_wvWare", False):
self.requires("wvware/1.2.9-vili")
self.requires("wvware/1.2.9-odr")

def build_requirements(self):
self.test_requires("gtest/1.14.0")
Expand Down

0 comments on commit fdc6dab

Please sign in to comment.