Skip to content

Commit

Permalink
Merge pull request #87 from lean-dojo/4.9.0.1
Browse files Browse the repository at this point in the history
Bump to Lean v4.9.0-rc1 with dependencies
  • Loading branch information
Peiyang-Song authored Jun 24, 2024
2 parents 5126d27 + 1b07be5 commit 12b378b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{"version": 7,
{"version": "1.0.0",
"packagesDir": ".lake/packages",
"packages":
[{"url": "https://github.com/leanprover-community/batteries.git",
"type": "git",
"subDir": null,
"rev": "51e6e0d24db9341fb031288c298b7e6b56102253",
"rev": "6a63eb6a326181df29d95a84ce1f16c1145e66d8",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "51e6e0d24db9341fb031288c298b7e6b56102253",
"inputRev": "6a63eb6a326181df29d95a84ce1f16c1145e66d8",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"rev": "53ba96ad7666d4a2515292974631629b5ea5dfee",
"rev": "8a2b60ac1d3e5b6295abc5ca07b9473594c3bcb1",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "53ba96ad7666d4a2515292974631629b5ea5dfee",
"inputRev": "8a2b60ac1d3e5b6295abc5ca07b9473594c3bcb1",
"inherited": false,
"configFile": "lakefile.toml"}],
"name": "LeanCopilot",
Expand Down
6 changes: 3 additions & 3 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ extern_lib libleanffi pkg := do
buildStaticLib (pkg.nativeLibDir / name) #[ct2O]


require batteries from git "https://github.com/leanprover-community/batteries.git" @ "51e6e0d24db9341fb031288c298b7e6b56102253" -- Lean v4.8.0
require aesop from git "https://github.com/leanprover-community/aesop" @ "53ba96ad7666d4a2515292974631629b5ea5dfee" -- Lean v4.8.0
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "6a63eb6a326181df29d95a84ce1f16c1145e66d8" -- Lean v4.9.0-rc1
require aesop from git "https://github.com/leanprover-community/aesop" @ "8a2b60ac1d3e5b6295abc5ca07b9473594c3bcb1" -- Lean v4.9.0-rc1

meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "cf138201a0a4fa8ca78b6e2a42a0a4860369d10e" -- Lean v4.8.0
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "1cae40a2dd0dca57030385ff53d72c3aa7b27f2b" -- Lean v4.9.0-rc1
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.8.0
leanprover/lean4:v4.9.0-rc1

0 comments on commit 12b378b

Please sign in to comment.