From 69d15a543e46730382c602db75c48db84f6a7060 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sat, 28 Sep 2024 16:45:45 +0000 Subject: [PATCH] Update Batteries branch for testing https://github.com/leanprover-community/batteries/pull/905 --- lake-manifest.json | 6 +++--- lakefile.lean | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index c54010edda52c5..fbffd7add0fa88 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -1,14 +1,14 @@ {"version": "1.1.0", "packagesDir": ".lake/packages", "packages": - [{"url": "https://github.com/leanprover-community/batteries", + [{"url": "https://github.com/pimotte/batteries", "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "e0b13c946e9c3805f1eec785c72955e103a9cbaf", + "rev": "fa853a12cd0e4b163c5eddc41a43fd87c9bed314", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "getElem_tail_lemmas", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 87bbbfd1f21f02..2c33f99e03846d 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/pimotte/batteries" @ "getElem_tail_lemmas" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.42"