Skip to content

Commit

Permalink
(#21376) sqlitecpp: bump sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Nov 26, 2023
1 parent 72482cd commit 42c0aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sqlitecpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def configure(self):
self.options.rm_safe("fPIC")

def requirements(self):
self.requires("sqlite3/3.44.0")
self.requires("sqlite3/3.44.2")

def validate(self):
if Version(self.version) >= "3.0.0" and self.info.settings.compiler.get_safe("cppstd"):
Expand Down

0 comments on commit 42c0aef

Please sign in to comment.