Skip to content

Commit

Permalink
Use proper sentrylibrary version
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 22, 2024
1 parent 7450a71 commit ba5d308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ArcusConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
exports = "LICENSE*"
package_type = "library"
python_requires = "sentrylibrary/1.0@ultimaker/cura_11622" # FIXME: use main after merge
python_requires = "sentrylibrary/1.0.0@ultimaker/cura_11622" # FIXME: use main after merge
python_requires_extend = "sentrylibrary.SentryLibrary"

options = {
Expand Down

0 comments on commit ba5d308

Please sign in to comment.