Skip to content

Commit

Permalink
update compat (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 3, 2022
1 parent e03664f commit 539402d
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,6 +1,6 @@
name = "Debugger"
uuid = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
version = "0.7.1"
version = "0.7.2"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand All @@ -13,7 +13,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[compat]
CodeTracking = "0.5.7, 1"
Crayons = "3, 4"
Crayons = "4.1"
Highlights = "0.4.3"
JuliaInterpreter = "0.9"
julia = "1.6"
Expand Down

2 comments on commit 539402d

@KristofferC
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/53798

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.2 -m "<description of version>" 539402d1c0565dbb296f4bf674c385136405576a
git push origin v0.7.2

Please sign in to comment.