diff options
author | Son Ho | 2024-06-14 14:09:51 +0200 |
---|---|---|
committer | Son Ho | 2024-06-14 14:09:51 +0200 |
commit | adf5c77214cf1cfe14a386f3feefdfa1ebfd1d45 (patch) | |
tree | db83984e3de7d0591eeda63c5017f41104c7db3b /tests | |
parent | e3bde786750009becf4f828370f2e0d242ccf39d (diff) |
Update the tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lean/lake-manifest.json | 6 | ||||
-rw-r--r-- | tests/lean/lean-toolchain | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/lean/lake-manifest.json b/tests/lean/lake-manifest.json index b1c3c9dc..904f10ad 100644 --- a/tests/lean/lake-manifest.json +++ b/tests/lean/lake-manifest.json @@ -4,7 +4,7 @@ [{"url": "https://github.com/leanprover-community/batteries", "type": "git", "subDir": null, - "rev": "f96a34401de084c73c787ecb45b85d4fb47bb981", + "rev": "15d42e1a92a80d0db5ca1c12123866ba392b9d76", "name": "batteries", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -22,7 +22,7 @@ {"url": "https://github.com/leanprover-community/aesop", "type": "git", "subDir": null, - "rev": "7e3bd939c6badfcb1e607c0fddb509548baafd05", + "rev": "3e1025b53ab7a8c8e6b82a72eccf2b109f09349e", "name": "aesop", "manifestFile": "lake-manifest.json", "inputRev": "master", @@ -58,7 +58,7 @@ {"url": "https://github.com/leanprover-community/mathlib4.git", "type": "git", "subDir": null, - "rev": "c9f95f42b82684937a26ba395ebf7f25a81734ca", + "rev": "c14e9d00a51390cda9a094386b41bfb70d78570e", "name": "mathlib", "manifestFile": "lake-manifest.json", "inputRev": null, diff --git a/tests/lean/lean-toolchain b/tests/lean/lean-toolchain index 0ba3faf8..29c0cea4 100644 --- a/tests/lean/lean-toolchain +++ b/tests/lean/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.9.0-rc1 +leanprover/lean4:v4.9.0-rc2 |