From bf8f1b36e0db24aa5d6cb5f3ef9bfd6e3c2c2941 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Thu, 19 Jun 2025 21:23:16 -0400 Subject: [PATCH 1/2] feat: new jll --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 089321da59..f7270d69c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Reactant" uuid = "3c362404-f566-11ee-1572-e11a4b42c853" authors = ["William Moses ", "Valentin Churavy ", "Sergio Sánchez Ramírez ", "Paul Berg ", "Avik Pal ", "Mosè Giordano "] -version = "0.2.136" +version = "0.2.137" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -90,7 +90,7 @@ PythonCall = "0.9" Random = "1.10" Random123 = "1.7" ReactantCore = "0.1.15" -Reactant_jll = "0.0.207" +Reactant_jll = "0.0.208" ScopedValues = "1.3.0" Scratch = "1.2" Sockets = "1.10" From 002d6d3ae1e129030771a6b67d26fc0f16608a11 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 20 Jun 2025 18:13:28 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f7270d69c7..0d400c7cf6 100644 --- a/Project.toml +++ b/Project.toml @@ -90,7 +90,7 @@ PythonCall = "0.9" Random = "1.10" Random123 = "1.7" ReactantCore = "0.1.15" -Reactant_jll = "0.0.208" +Reactant_jll = "0.0.209" ScopedValues = "1.3.0" Scratch = "1.2" Sockets = "1.10"