diff --git a/lake-manifest.json b/lake-manifest.json index dd38550..f7f8ea7 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -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", diff --git a/lakefile.lean b/lakefile.lean index 75a0748..c5fa013 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -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 diff --git a/lean-toolchain b/lean-toolchain index 66aa763..971c526 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.8.0 \ No newline at end of file +leanprover/lean4:v4.9.0-rc1 \ No newline at end of file