Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -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. \
Expand Down
Loading