diff --git a/lake-manifest.json b/lake-manifest.json index 0a106d1d439df..7d3d9aa86e6db 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "273c83a2622af27ff146a622c6b44f75e8ab6dd8", + "rev": "ef4e2d0171ba8e15a52bb3fda635fc086527b5b0", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "lean-pr-testing-5924", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 30e6b7ff3e90f..703ad4a58a3ee 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,7 +7,7 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "nightly-testing" +require "leanprover-community" / "batteries" @ git "lean-pr-testing-5924" require "leanprover-community" / "Qq" @ git "nightly-testing" require "leanprover-community" / "aesop" @ git "nightly-testing" require "leanprover-community" / "proofwidgets" @ git "v0.0.44-pre3" diff --git a/lean-toolchain b/lean-toolchain index fcce113e9feb6..25c4bc94dcf8e 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-10-30 +leanprover/lean4-pr-releases:pr-release-5924