Skip to content

Commit

Permalink
Merge pull request #88 from lean-dojo/4.9.0.2
Browse files Browse the repository at this point in the history
Bump to Lean v4.9.0-rc2 with dependencies
  • Loading branch information
Peiyang-Song authored Jun 24, 2024
2 parents 12b378b + a85cc2e commit ab4b447
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
[{"url": "https://github.com/leanprover-community/batteries.git",
"type": "git",
"subDir": null,
"rev": "6a63eb6a326181df29d95a84ce1f16c1145e66d8",
"rev": "194b50cb40f6aaf5596e378ec612f24985d5a1a5",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "6a63eb6a326181df29d95a84ce1f16c1145e66d8",
"inputRev": "194b50cb40f6aaf5596e378ec612f24985d5a1a5",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"rev": "8a2b60ac1d3e5b6295abc5ca07b9473594c3bcb1",
"rev": "f465af4466eeb1f195692745fd58bb3f552692f1",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "8a2b60ac1d3e5b6295abc5ca07b9473594c3bcb1",
"inputRev": "f465af4466eeb1f195692745fd58bb3f552692f1",
"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" @ "6a63eb6a326181df29d95a84ce1f16c1145e66d8" -- Lean v4.9.0-rc1
require aesop from git "https://github.com/leanprover-community/aesop" @ "8a2b60ac1d3e5b6295abc5ca07b9473594c3bcb1" -- Lean v4.9.0-rc1
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "194b50cb40f6aaf5596e378ec612f24985d5a1a5" -- Lean v4.9.0-rc2
require aesop from git "https://github.com/leanprover-community/aesop" @ "f465af4466eeb1f195692745fd58bb3f552692f1" -- Lean v4.9.0-rc2

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" @ "1cae40a2dd0dca57030385ff53d72c3aa7b27f2b" -- Lean v4.9.0-rc1
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "1f51169609a3a7c448558c3d3eb353fb355c7025" -- Lean v4.9.0-rc2
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.9.0-rc1
leanprover/lean4:v4.9.0-rc2

0 comments on commit ab4b447

Please sign in to comment.