Skip to content

Commit

Permalink
Fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 4, 2024
1 parent b148014 commit 76ea53e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
PkgSkeleton = "d254efa0-af53-535e-b7f1-03c1c9fbcbe7"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

[compat]
Aqua = "0.8.9"
Expand All @@ -20,15 +21,14 @@ LibGit2 = "1.10"
PkgSkeleton = "1.3.1"
Preferences = "1.4.3"
SafeTestsets = "0.1"
Suppressor = "0.2"
Suppressor = "0.2.8"
Test = "1.10"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

[targets]
test = ["Aqua", "Test", "Suppressor", "SafeTestsets"]
test = ["Aqua", "Test", "SafeTestsets"]

0 comments on commit 76ea53e

Please sign in to comment.