Skip to content

Commit 1e1c930

Browse files
committed
chore: update batteries
1 parent 5342697 commit 1e1c930

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "512998550cbe1e83248aa200a125061bdb8b3436",
68+
"rev": "44cdfa76dc744fb0cd356457dcdcc5366ec647ac",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "upstream-library_note-cmd",
71+
"inputRev": "main",
7272
"inherited": false,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover/lean4-cli",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Lake DSL
66
## Mathlib dependencies on upstream projects
77
-/
88

9-
require "leanprover-community" / "batteries" from git "https://github.com/leanprover-community/batteries" @ "upstream-library_note-cmd"
9+
require "leanprover-community" / "batteries" @ git "main"
1010
require "leanprover-community" / "Qq" @ git "master"
1111
require "leanprover-community" / "aesop" @ git "master"
1212
require "leanprover-community" / "proofwidgets" @ git "v0.0.82" -- ProofWidgets should always be pinned to a specific version

0 commit comments

Comments
 (0)