diff --git a/lake-manifest.json b/lake-manifest.json index 7a31bfbacb159..529573cfe3857 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "dc72dcdb8e97b3c56bd70f06f043ed2dee3258e6", + "rev": "84122012fb01e6470bafc23cf0b486ba03068b22", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "fin-coding", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 697f41bab4e5b..3d35a61e1282a 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-coding" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.43"