From 0a0cb53306818e2652e2f4693fd7804ac65abb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Martins=20Filho?= Date: Sat, 7 Dec 2024 17:41:51 -0300 Subject: [PATCH] update Project --- Manifest.toml | 8 +++++++- Project.toml | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Manifest.toml b/Manifest.toml index 6ff07e5..0695958 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.11.2" manifest_format = "2.0" -project_hash = "1dd17150bd587220e8400dd28f4c078f587480d7" +project_hash = "73e97e1e860af47c0406ba159f7490ea45df6a19" [[deps.ArgTools]] uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" @@ -640,6 +640,12 @@ weakdeps = ["REPL"] [deps.Pkg.extensions] REPLExt = "REPL" +[[deps.PkgDevTools]] +deps = ["Pkg", "REPL"] +git-tree-sha1 = "1309e483ca06a5d6d1997c0efc62694447947cd1" +uuid = "2afb0842-1d6c-4499-8b39-71b06199676f" +version = "0.1.0" + [[deps.PlotThemes]] deps = ["PlotUtils", "Statistics"] git-tree-sha1 = "41031ef3a1be6f5bbbf3e8073f210556daeae5ca" diff --git a/Project.toml b/Project.toml index caf560c..635f4b7 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +PkgDevTools = "2afb0842-1d6c-4499-8b39-71b06199676f" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" @@ -21,6 +22,7 @@ Coverage = "1.6.1" DataFrames = "1.7.0" HTTP = "1.10.10" JSON = "0.21.4" +PkgDevTools = "0.1.0" Plots = "1.40.9" Printf = "1.11.0" Random = "1.11.0"