From 16b4fcaa33d7bb7e3fd020d878295016ad74a916 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sun, 22 Dec 2024 18:48:08 +0000 Subject: [PATCH] Update Batteries branch for testing https://github.com/leanprover-community/batteries/pull/1077 --- 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 709f77d85389c..fcd9b2d1c66f0 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -61,14 +61,14 @@ "inputRev": "v4.14.0", "inherited": false, "configFile": "lakefile.lean"}, - {"url": "https://github.com/leanprover-community/batteries", + {"url": "https://github.com/fgdorais/batteries", "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "f007bfe46ea8fb801ec907df9ab540054abcc5fd", + "rev": "0c8f27c86fd0fa7d7f298bea498ccf4e011a1ca6", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "gf2-basic", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index 1bf2f20f098ea..8dd184638a7fd 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/fgdorais/batteries" @ "gf2-basic" require "leanprover-community" / "Qq" @ git "v4.14.0" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.48"