Skip to content

Commit

Permalink
Merge pull request #107 from leanprover-community/bump_to_v4.17.0
Browse files Browse the repository at this point in the history
chore: bump toolchain to v4.17.0
  • Loading branch information
jcommelin authored Mar 3, 2025
2 parents f5a5839 + 91baac3 commit 799f698
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": "512d7fa38234139a34c04e3b3438fc142b51bbee",
"rev": "efcc7d9bd9936ecdc625baf0d033b60866565cd5",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.17.0-rc1",
"inputRev": "v4.17.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.17.0-rc1"
require "leanprover-community" / "batteries" @ git "v4.17.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.17.0-rc1
leanprover/lean4:v4.17.0

0 comments on commit 799f698

Please sign in to comment.