Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opendocument-app/OpenDocument.core …
Browse files Browse the repository at this point in the history
…into decoder-engine
  • Loading branch information
andiwand committed Dec 26, 2024
2 parents ee09f78 + b668837 commit a6b0436
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 a6b0436

Please sign in to comment.