We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f60e9 commit 7a4bbf3Copy full SHA for 7a4bbf3
lakefile.lean
@@ -6,7 +6,7 @@ package proofwidgets where
6
buildArchive? := "ProofWidgets4.tar.gz"
7
releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"
8
9
-require "leanprover-community" / "batteries" @ git "v4.16.0-rc1"
+require "leanprover-community" / "batteries" @ git "v4.16.0-rc2"
10
11
def npmCmd : String :=
12
if Platform.isWindows then "npm.cmd" else "npm"
lean-toolchain
@@ -1 +1 @@
1
-leanprover/lean4:v4.16.0-rc1
+leanprover/lean4:v4.16.0-rc2
0 commit comments