Skip to content

Commit

Permalink
update conan deps versions (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand authored Dec 26, 2024
1 parent f371f9e commit b668837
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-git-6f85c88")
self.requires("pdf2htmlex/0.18.8.rc1-20240905-git-vili")
if self.options.get_safe("with_wvWare", False):
self.requires("wvware/1.2.9")
self.requires("wvware/1.2.9-vili")

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

0 comments on commit b668837

Please sign in to comment.