Skip to content

Commit

Permalink
Update lean-auto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHCLUNE committed Mar 31, 2024
1 parent ab9facd commit 16f1805
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 @@ -13,10 +13,10 @@
{"url": "https://github.com/leanprover-community/lean-auto.git",
"type": "git",
"subDir": null,
"rev": "1507142f79f05371e5eb25202eec6396bb940d72",
"rev": "8ff83d69a1c29288be936ae938d2402b498ee14b",
"name": "auto",
"manifestFile": "lake-manifest.json",
"inputRev": "1507142f79f05371e5eb25202eec6396bb940d72",
"inputRev": "8ff83d69a1c29288be936ae938d2402b498ee14b",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "Duper",
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"@"1507142f79f05371e5eb25202eec6396bb940d72"
require auto from git "https://github.com/leanprover-community/lean-auto.git"@"8ff83d69a1c29288be936ae938d2402b498ee14b"

package Duper {
precompileModules := true
Expand Down

0 comments on commit 16f1805

Please sign in to comment.