diff --git a/lake-manifest.json b/lake-manifest.json index 42df1c2b614e6..de64ad2c1a592 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -65,10 +65,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "dfbe9387054e2972449de7bf346059d3609529fa", + "rev": "f3cf3be8d5a064d9fcaf790ead63e7d2de7c30cb", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "fgdorais-patch-2", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index cab011aba5693..460e1f9cb463b 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/leanprover-community/batteries" @ "fgdorais-patch-2" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.46"