diff --git a/lake-manifest.json b/lake-manifest.json index fa867e686f23a6..bd855282b77f9d 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -35,10 +35,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "fb8ed0a85a96e3176f6e94b20d413ea72d92576d", + "rev": "e8ef4bdd7a23c3a37170fbd3fa7ee07ef2a54c2d", "name": "proofwidgets", "manifestFile": "lake-manifest.json", - "inputRev": "v0.0.77", + "inputRev": "v0.0.79", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/aesop", diff --git a/lakefile.lean b/lakefile.lean index c1d5be9bdb9430..fc5d704438814b 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -9,7 +9,7 @@ open Lake DSL require "leanprover-community" / "batteries" @ git "main" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" -require "leanprover-community" / "proofwidgets" @ git "v0.0.77" -- ProofWidgets should always be pinned to a specific version +require "leanprover-community" / "proofwidgets" @ git "v0.0.79" -- ProofWidgets should always be pinned to a specific version with NameMap.empty.insert `errorOnBuild "ProofWidgets not up-to-date. \ Please run `lake exe cache get` to fetch the latest ProofWidgets. \