diff --git a/lake-manifest.json b/lake-manifest.json index 5edf45f8e3379..f2484c82e37b0 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -61,14 +61,14 @@ "inputRev": "v4.14.0", "inherited": false, "configFile": "lakefile.lean"}, - {"url": "https://github.com/leanprover-community/batteries", + {"url": "https://github.com/quangvdao/batteries", "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "7805acf1864ba1a2e359f86a8f092ccf1438ad83", + "rev": "83bca8b81952ad6e409c60439368426b23e358a9", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "Fin.fold-dep", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index 27489fbd32314..a824441c194be 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,7 +7,7 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "main" +require "leanprover-community" / "batteries" from git "https://github.com/quangvdao/batteries" @ "Fin.fold-dep" require "leanprover-community" / "Qq" @ git "v4.14.0" require "leanprover-community" / "aesop" @ git "v4.15.0-rc1" require "leanprover-community" / "proofwidgets" @ git "v0.0.48"