diff --git a/lake-manifest.json b/lake-manifest.json index 7cc60c94958f9a..bc1e91750309a4 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -65,10 +65,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "5b23a1297aba9683f231c4b1a7ab4076af4ad53d", + "rev": "62398edfce9977467f273b8d104f1591aae16843", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "fin-find", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index 90f9004561b01b..306cb339189d54 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" @ "fin-find" require "leanprover-community" / "Qq" @ git "v4.15.0" require "leanprover-community" / "aesop" @ git "v4.16.0-rc1" require "leanprover-community" / "proofwidgets" @ git "v0.0.50"