Skip to content

Commit

Permalink
Merge pull request #93 from lean-dojo/peiyang
Browse files Browse the repository at this point in the history
Bump to Lean v4.9.0
  • Loading branch information
Peiyang-Song authored Jul 1, 2024
2 parents 96e3cbe + 97976bb commit 9ee5cfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "L
`LEAN_COPILOT_VERSION` depends on your lean-toolchain:
| lean-toolchain | Recommended Lean Copilot version |
| -------------- | -------------------------------- |
| `v4.9.0` | `v1.4.0` |
| `v4.9.0-rc3` | `v1.3.3` |
| `v4.9.0-rc2` | `v1.3.2` |
| `v4.9.0-rc1` | `v1.3.1` |
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" @ "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a" -- Lean v4.9.0-rc3
require aesop from git "https://github.com/leanprover-community/aesop" @ "f465af4466eeb1f195692745fd58bb3f552692f1" -- Lean v4.9.0-rc3
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "54bb04c3119f24fde14b9068c4b2e69db52a1450" -- Lean v4.9.0
require aesop from git "https://github.com/leanprover-community/aesop" @ "06cca4bd36b2af743d4858c5cc31604aa9da26bc" -- Lean v4.9.0

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" @ "1f51169609a3a7c448558c3d3eb353fb355c7025" -- Lean v4.9.0-rc3
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "1daa0de7eea6bf8d3e1b0814156ede21a8a9e9e9" -- Lean v4.9.0
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-rc3
leanprover/lean4:v4.9.0

0 comments on commit 9ee5cfa

Please sign in to comment.