Skip to content

Commit dafff53

Browse files
authored
Merge pull request #103 from leanprover-community/bump_to_v4.16.0
chore: bump toolchain to v4.16.0
2 parents ee110ec + 3f40b4f commit dafff53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
8+
"rev": "01006c9e86bf9e397c026fef4190478dd1fd897e",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.15.0",
11+
"inputRev": "v4.16.0",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"}],
1414
"name": "proofwidgets",

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-rc2"
9+
require "leanprover-community" / "batteries" @ git "v4.16.0"
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-rc2
1+
leanprover/lean4:v4.16.0

0 commit comments

Comments
 (0)