From 221dfc60970b141c1d450fb54202f373d69d5779 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sun, 5 Jan 2025 03:41:34 +0000 Subject: [PATCH] Update Batteries branch for testing https://github.com/leanprover-community/batteries/pull/1088 --- 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 b6975fa1f851e..90b3ff7491fdb 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -65,10 +65,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b", + "rev": "c7fcb9637e2b739dc87fe43ebfbb69e1c516f07f", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "v4.15.0", + "inputRev": "fix-build-concurrency-2", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index 44bbb99b71251..36b72c6688641 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,7 +7,7 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "v4.15.0" +require "leanprover-community" / "batteries" from git "https://github.com/leanprover-community/batteries" @ "fix-build-concurrency-2" require "leanprover-community" / "Qq" @ git "v4.15.0" require "leanprover-community" / "aesop" @ git "v4.15.0" require "leanprover-community" / "proofwidgets" @ git "v0.0.48"