diff --git a/lake-manifest.json b/lake-manifest.json index d52c3cb9c2957..f7a6c6e25d228 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "a1e0c27faaab8f63ddd7ab27d49c8bd2572c9656", + "rev": "ae25a540a8c627df32476a1878118b44c097032f", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "nightly-testing-2024-09-18", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 7ff1d428937c2..d74b6db1d8e00 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 "nightly-testing-2024-09-18" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.42" diff --git a/lean-toolchain b/lean-toolchain index b741b6ff17632..da1ca3581140e 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-09-18 +leanprover/lean4-pr-releases:pr-release-5338