Skip to content

Commit c65a3e7

Browse files
committed
Change lean-auto dependency to follow the hammer branch
1 parent b0098f6 commit c65a3e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"inputRev": "v4.29.0",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"},
14-
{"url": "https://github.com/JOSHCLUNE/lean-auto.git",
14+
{"url": "https://github.com/leanprover-community/lean-auto.git",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "3f359a1a2ef00e1081d78f6d0e1d704bd6257588",
18+
"rev": "7f6aec42310efd5c3311e944fff95cdabef4556a",
1919
"name": "auto",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "querySMT",
21+
"inputRev": "7f6aec42310efd5c3311e944fff95cdabef4556a",
2222
"inherited": false,
2323
"configFile": "lakefile.lean"}],
2424
"name": "Duper",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Lake
22

33
open Lake DSL
44

5-
require auto from git "https://github.com/JOSHCLUNE/lean-auto.git"@"querySMT"
5+
require auto from git "https://github.com/leanprover-community/lean-auto.git"@"7f6aec42310efd5c3311e944fff95cdabef4556a"
66
require batteries from git "https://github.com/leanprover-community/batteries" @ "v4.29.0"
77

88
package Duper {

0 commit comments

Comments
 (0)