Skip to content

Commit 0c3346c

Browse files
committed
oops, fix bump of batteries
1 parent 041e010 commit 0c3346c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lake-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "b81bcb1f44eb7623ff49e71f4da58e473ae9d4c4",
8+
"rev": "e7da8aa8232793f23492830aa0a11dece54371a2",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "lean-pr-testing-5520",
11+
"inputRev": "nightly-testing",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/quote4",

lakefile.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open Lake DSL
77
## Mathlib dependencies on upstream projects
88
-/
99

10-
require "leanprover-community" / "batteries" @ git "lean-pr-testing-5520"
10+
require "leanprover-community" / "batteries" @ git "nightly-testing"
1111
require "leanprover-community" / "Qq" @ git "master"
1212
require "leanprover-community" / "aesop" @ git "master"
1313
require "leanprover-community" / "proofwidgets" @ git "v0.0.42"

0 commit comments

Comments
 (0)