Skip to content

Commit

Permalink
Update lean-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHCLUNE committed Jul 1, 2024
1 parent f2023bb commit 1375a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover-community/lean-auto.git",
"type": "git",
"subDir": null,
"rev": "0f5f39a0336e36ae4ba8ab45b27865ebd9f8f025",
"rev": "d90cb1aadbd52bf885958efa292ff4ef4f649732",
"name": "auto",
"manifestFile": "lake-manifest.json",
"inputRev": "0f5f39a0336e36ae4ba8ab45b27865ebd9f8f025",
"inputRev": "d90cb1aadbd52bf885958efa292ff4ef4f649732",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/batteries",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Lake

open Lake DSL

require auto from git "https://github.com/leanprover-community/lean-auto.git"@"0f5f39a0336e36ae4ba8ab45b27865ebd9f8f025"
require auto from git "https://github.com/leanprover-community/lean-auto.git"@"d90cb1aadbd52bf885958efa292ff4ef4f649732"
require batteries from git "https://github.com/leanprover-community/batteries" @ "v4.8.0"

package Duper {
Expand Down

0 comments on commit 1375a5c

Please sign in to comment.