diff --git a/lake-manifest.json b/lake-manifest.json index 8aa2682..29e7b32 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,20 +5,20 @@ "type": "git", "subDir": null, "scope": "", - "rev": "c0efc1fd2a0bec51bd55c5b17348af13d7419239", + "rev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "c0efc1fd2a0bec51bd55c5b17348af13d7419239", + "inputRev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/aesop", "type": "git", "subDir": null, "scope": "", - "rev": "9c66fa5071dba9578bb20a3bade04bcc15c57fc2", + "rev": "209712c78b16c795453b6da7f7adbda4589a8f21", "name": "aesop", "manifestFile": "lake-manifest.json", - "inputRev": "9c66fa5071dba9578bb20a3bade04bcc15c57fc2", + "inputRev": "209712c78b16c795453b6da7f7adbda4589a8f21", "inherited": false, "configFile": "lakefile.toml"}], "name": "LeanCopilot", diff --git a/lakefile.lean b/lakefile.lean index 739fc0c..bbf26f0 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -303,8 +303,8 @@ extern_lib libleanffi pkg := do buildStaticLib (pkg.nativeLibDir / name) #[ct2O] -require batteries from git "https://github.com/leanprover-community/batteries.git" @ "c0efc1fd2a0bec51bd55c5b17348af13d7419239" -- Lean v4.10.0-rc2 -require aesop from git "https://github.com/leanprover-community/aesop" @ "9c66fa5071dba9578bb20a3bade04bcc15c57fc2" -- Lean v4.10.0-rc2 +require batteries from git "https://github.com/leanprover-community/batteries.git" @ "0f3e143dffdc3a591662f3401ce1d7a3405227c0" -- Lean v4.10.0 +require aesop from git "https://github.com/leanprover-community/aesop" @ "209712c78b16c795453b6da7f7adbda4589a8f21" -- Lean v4.10.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" @ "b941c425f6f0f1dc45fe13b850ffa7db1bb20d04" -- Lean v4.10.0-rc2 +require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "593ac5bd2ca98c5294675b5cccf3d89b300a76eb" -- Lean v4.10.0 diff --git a/lean-toolchain b/lean-toolchain index 87481cd..6b3a22c 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.10.0-rc2 \ No newline at end of file +leanprover/lean4:v4.10.0 \ No newline at end of file