Skip to content

Commit

Permalink
(#22460) sqlitecpp: update sqlite3/3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jan 20, 2024
1 parent ad6cc7b commit a0fa462
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.2")
self.requires("sqlite3/3.45.0")

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

0 comments on commit a0fa462

Please sign in to comment.