Skip to content

Commit 6cd705a

Browse files
committed
Bump to latest: track the latest commits of dep packages
1 parent e14072d commit 6cd705a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"rev": "26e4c7c0e63eb3e6cce3cf7faba27b8526ea8349",
99
"name": "aesop",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "26e4c7c0e63eb3e6cce3cf7faba27b8526ea8349",
11+
"inputRev": "master",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"},
1414
{"url": "https://github.com/leanprover-community/batteries.git",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "39260e31b7b3f7f05643da95242463b462dc05f1",
18+
"rev": "5c78955e8375f872c085514cb521216bac1bda17",
1919
"name": "batteries",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "39260e31b7b3f7f05643da95242463b462dc05f1",
21+
"inputRev": "main",
2222
"inherited": false,
2323
"configFile": "lakefile.toml"}],
2424
"name": "LeanCopilot",

lakefile.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ extern_lib libleanffi pkg := do
422422
buildStaticLib (pkg.sharedLibDir / name) #[ct2O]
423423

424424

425-
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "39260e31b7b3f7f05643da95242463b462dc05f1"
426-
require aesop from git "https://github.com/leanprover-community/aesop" @ "26e4c7c0e63eb3e6cce3cf7faba27b8526ea8349"
425+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "main"
426+
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
427427

428428
meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
429429
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

0 commit comments

Comments
 (0)