Skip to content

Commit

Permalink
Merge pull request #103 from leanprover-community/bump_to_v4.16.0
Browse files Browse the repository at this point in the history
chore: bump toolchain to v4.16.0
  • Loading branch information
jcommelin authored Feb 3, 2025
2 parents ee110ec + 3f40b4f commit dafff53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
"rev": "01006c9e86bf9e397c026fef4190478dd1fd897e",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.15.0",
"inputRev": "v4.16.0",
"inherited": false,
"configFile": "lakefile.toml"}],
"name": "proofwidgets",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package proofwidgets where
buildArchive? := "ProofWidgets4.tar.gz"
releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"

require "leanprover-community" / "batteries" @ git "v4.16.0-rc2"
require "leanprover-community" / "batteries" @ git "v4.16.0"

def npmCmd : String :=
if Platform.isWindows then "npm.cmd" else "npm"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.16.0-rc2
leanprover/lean4:v4.16.0

0 comments on commit dafff53

Please sign in to comment.