diff --git a/lake-manifest.json b/lake-manifest.json index 77e87a034dfad..97b948c0ac722 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -45,10 +45,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "4092e80ba2c54b6a4a8578006b0756d7fe93d3a5", + "rev": "0fa8cd29904519892baa9e9e5dcb1818f02923b0", "name": "aesop", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "lean-pr-testing-6054", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", @@ -65,10 +65,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "939eb0a5876f5f4472de57ca59b841abaa755649", + "rev": "660dd9dcf375c9ec3820dbf682117f3978c497b4", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "lean-pr-testing-6054", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index 5c55a15c5c5e2..bca9e7c5a2ad6 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,9 +7,9 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "nightly-testing" +require "leanprover-community" / "batteries" @ git "lean-pr-testing-6054" require "leanprover-community" / "Qq" @ git "nightly-testing" -require "leanprover-community" / "aesop" @ git "nightly-testing" +require "leanprover-community" / "aesop" @ git "lean-pr-testing-6054" require "leanprover-community" / "proofwidgets" @ git "v0.0.46" require "leanprover-community" / "importGraph" @ git "nightly-testing" require "leanprover-community" / "LeanSearchClient" @ git "main"