Skip to content

Commit 7a4bbf3

Browse files
committed
chore: bump to v4.16.0-rc2
1 parent 07f60e9 commit 7a4bbf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package proofwidgets where
66
buildArchive? := "ProofWidgets4.tar.gz"
77
releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"
88

9-
require "leanprover-community" / "batteries" @ git "v4.16.0-rc1"
9+
require "leanprover-community" / "batteries" @ git "v4.16.0-rc2"
1010

1111
def npmCmd : String :=
1212
if Platform.isWindows then "npm.cmd" else "npm"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.16.0-rc1
1+
leanprover/lean4:v4.16.0-rc2

0 commit comments

Comments
 (0)