Skip to content

Commit bf20145

Browse files
committed
fix deps
1 parent 148dc61 commit bf20145

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lake-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "8e37a9bed06d16a2c4253ee62938e216d3fc9a3a",
48+
"rev": "3bcf90b74a10bc8542ec3f9763981226056657d9",
4949
"name": "aesop",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "nightly-testing",
51+
"inputRev": "lean-pr-testing-11587",
5252
"inherited": false,
5353
"configFile": "lakefile.toml"},
54-
{"url": "https://github.com/leanprover-community/quote4",
54+
{"url": "https://github.com/Kha/quote4",
5555
"type": "git",
5656
"subDir": null,
57-
"scope": "leanprover-community",
58-
"rev": "2fa5d6eaad021d45b7262e79cbf6f68a2d65adfd",
57+
"scope": "",
58+
"rev": "9e9059d890b8f3dcbc614d35cc7ec0a916d13591",
5959
"name": "Qq",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "nightly-testing",
61+
"inputRev": "lean-pr-testing-11587",
6262
"inherited": false,
6363
"configFile": "lakefile.toml"},
6464
{"url": "https://github.com/leanprover-community/batteries",

lakefile.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ open Lake DSL
77
-/
88

99
require "leanprover-community" / "batteries" @ git "lean-pr-testing-11587"
10-
require "leanprover-community" / "Qq" @ git "nightly-testing"
11-
require "leanprover-community" / "aesop" @ git "nightly-testing"
10+
require "Qq" from git "https://github.com/Kha/quote4" @ "lean-pr-testing-11587"
11+
require "leanprover-community" / "aesop" @ git "lean-pr-testing-11587"
1212
require "leanprover-community" / "proofwidgets" @ git "v0.0.83-pre2" -- ProofWidgets should always be pinned to a specific version
1313
with NameMap.empty.insert `errorOnBuild
1414
"ProofWidgets not up-to-date. \

0 commit comments

Comments
 (0)