Skip to content

Commit

Permalink
Update compat for Dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Mar 15, 2024
1 parent ec6b950 commit ea70de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "ConstraintCommons"
uuid = "e37357d9-0691-492f-a822-e5ea6a920954"
authors = ["azzaare (jean-François BAFFIER)"]
version = "0.1.5"
version = "0.1.6"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Dictionaries = "0.3"
Dictionaries = "0.4"
TestItemRunner = "0.2"
TestItems = "0.1"
julia = "1.6"
Expand Down

0 comments on commit ea70de8

Please sign in to comment.