Skip to content

Commit

Permalink
Merge pull request #100 from leanprover-community/bump_to_v4.15.0
Browse files Browse the repository at this point in the history
chore: bump toolchain to v4.15.0
  • Loading branch information
kim-em authored Jan 4, 2025
2 parents 3899f1a + 48f90ea commit 08171c2
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": "7805acf1864ba1a2e359f86a8f092ccf1438ad83",
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.15.0-rc1",
"inputRev": "v4.15.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.15.0-rc1"
require "leanprover-community" / "batteries" @ git "v4.15.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.15.0-rc1
leanprover/lean4:v4.15.0

0 comments on commit 08171c2

Please sign in to comment.