From 9e76dd6c5db2084b9adda21c9e9242cb87926256 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Mon, 2 Dec 2024 00:11:11 +0000 Subject: [PATCH] Update Batteries branch for testing https://github.com/leanprover-community/batteries/pull/1070 --- 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 7e9d6679c79f6..8e6413ec4c4f0 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -65,10 +65,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "f46c0445cc86ad2bc973edf8c5b2bd88bd91913b", + "rev": "d7fb6d790bf37087241980c2d30eac715de25714", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "bump_to_v4.14.0", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index cab011aba5693..267189ef57b0b 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" @ "bump_to_v4.14.0" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.46"