Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Welthulk committed Oct 24, 2024
1 parent c64ba06 commit b3d4c06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.11.1"
manifest_format = "2.0"
project_hash = "fdfc067a496dc72dd9375d6bced2167e614dad08"
project_hash = "7f9952a82f43a2e1c5e4b9718724c9d81d239421"

[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
Expand Down
14 changes: 6 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Sparlectra"
uuid = "31ce9bba-fd9d-44a1-b005-f5f509afda38"
authors = ["Udo Schmitz"]
description = "load flow calculation using newton-raphson"
version = "0.4.18"
version = "0.4.19"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand All @@ -14,19 +14,17 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RegularExpressions = "27faeba3-bc54-5829-b163-df8cb949fe88"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BenchmarkTools = "1"
Dates = "1"
Dates = "1.11.0"
Documenter = "1"
JuliaFormatter = "1"
LinearAlgebra = "1"
Logging = "1"
Printf = "1"
LinearAlgebra = "1.11.0"
Logging = "1.11.0"
Printf = "1.11.0"
RegularExpressions = "0.1"
SparseArrays = "1"
Test = "1"
SparseArrays = "1.11.0"
julia = "1"

[extras]
Expand Down

0 comments on commit b3d4c06

Please sign in to comment.