Skip to content

Commit 67c61c2

Browse files
committed
Use Lean 4.32.0
1 parent 0ebc7c0 commit 67c61c2

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

lake-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "fabf563a7c95a166b8d7b6efca11c8b4dc9d911f",
8+
"rev": "81a5d257c8e410db227a6665ed08f64fea08e997",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.31.0",
11+
"inputRev": "v4.32.0",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/plausible",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "63045536fe95024e6c18fc7b48e03f506701c5bc",
18+
"rev": "e12c1910fe855cbfc38803cd4e55543906d5fa62",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "5c7542ed018c78194f1e2b903eaf6a792b74c03d",
38+
"rev": "7e9612bf0b9ee66db3cb5b9988a35afc706f5a12",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,7 +45,7 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "24b0d9dc081c5423f8eec7e866c441e5184f29d9",
48+
"rev": "6e311e2a844da9b2cc3971187df2fe0066947b93",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "main",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "e3cb2f741431ce31bf73549fb52316a57368b06f",
58+
"rev": "a7dbf0c63b694e47f425f3dcddbc0e178bb432d3",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "f46324995fca5f0483b742e4eb4daec7f4ee50d2",
68+
"rev": "38d591e778f100aec9762bb582f9c7f55f50e9dc",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "fa08db58b30eb033edcdab331bba000827f9f785",
78+
"rev": "023ce7d62a0531e22a5331e20b587817a80d49ff",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",
@@ -85,10 +85,10 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "92564e5770e4d09f2d86dfbf8ada1e9c715b384c",
88+
"rev": "88679d088c9720c27ebdf2ba4dafe17341747f94",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.31.0",
91+
"inputRev": "v4.32.0",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "soda",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package «soda» where
55
-- add package configuration options here
66

77
require mathlib from git
8-
"https://github.com/leanprover-community/mathlib4.git" @ "v4.31.0"
8+
"https://github.com/leanprover-community/mathlib4.git" @ "v4.32.0"
99

1010
@[default_target]
1111
lean_lib «Soda» where

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.31.0
1+
leanprover/lean4:v4.32.0

0 commit comments

Comments
 (0)