diff --git a/Project.toml b/Project.toml index 75becd70e..7cac1cfe5 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,6 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" ReactantCore = "a3311ec8-5e00-46d5-b541-4f83e724a433" Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0" -ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63" Scratch = "6c6a2e73-6563-6170-7368-637461726353" [weakdeps] @@ -30,8 +29,8 @@ Random123 = "74087812-796a-5b5d-8853-05524746bad3" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df" -[sources.ReactantCore] -path = "lib/ReactantCore" +[sources] +ReactantCore = {path = "lib/ReactantCore"} [extensions] ReactantAbstractFFTsExt = "AbstractFFTs" diff --git a/lib/ReactantCore/Project.toml b/lib/ReactantCore/Project.toml index ad01de11a..bec50b45e 100644 --- a/lib/ReactantCore/Project.toml +++ b/lib/ReactantCore/Project.toml @@ -6,10 +6,8 @@ version = "0.1.3" [deps] ExpressionExplorer = "21656369-7473-754a-2065-74616d696c43" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63" [compat] ExpressionExplorer = "1" MacroTools = "0.5.13" -ScopedValues = "1.2.1" julia = "1.10"