From 16dcf119c9ae94220810aa73328e465cef759787 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Wed, 13 Nov 2024 00:04:01 +0000 Subject: [PATCH] Update Batteries branch for testing https://github.com/leanprover-community/batteries/pull/1039 --- lake-manifest.json | 4 ++-- lakefile.lean | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 5d9281078f60c..8c01446e93326 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "fd970b247cdb7dca34f4949a6bd50e63ac9b10ae", + "rev": "e589d280c4c1016c4a93e0194df01bb7c43bb4f5", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "satisfiesM_foldlM", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 300ff2124f428..ef301b0062e35 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" @ "satisfiesM_foldlM" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.46"