Skip to content

Commit 08171c2

Browse files
authored
Merge pull request #100 from leanprover-community/bump_to_v4.15.0
chore: bump toolchain to v4.15.0
2 parents 3899f1a + 48f90ea commit 08171c2

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": "7805acf1864ba1a2e359f86a8f092ccf1438ad83",
8+
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.15.0-rc1",
11+
"inputRev": "v4.15.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.15.0-rc1"
9+
require "leanprover-community" / "batteries" @ git "v4.15.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.15.0-rc1
1+
leanprover/lean4:v4.15.0

0 commit comments

Comments
 (0)