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 31, 2024
1 parent d0e73de commit 5b3f270
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": "401933baa147f0c074d7fc65aaa1d282b480b331",
"rev": "3101539f202f889339d1ad701859214875441617",
"name": "auto",
"manifestFile": "lake-manifest.json",
"inputRev": "401933baa147f0c074d7fc65aaa1d282b480b331",
"inputRev": "3101539f202f889339d1ad701859214875441617",
"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"@"401933baa147f0c074d7fc65aaa1d282b480b331"
require auto from git "https://github.com/leanprover-community/lean-auto.git"@"3101539f202f889339d1ad701859214875441617"
require batteries from git "https://github.com/leanprover-community/batteries" @ "v4.9.1"

package Duper {
Expand Down

0 comments on commit 5b3f270

Please sign in to comment.