We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a618d commit 3598358Copy full SHA for 3598358
Project.toml
@@ -1,6 +1,6 @@
1
name = "Debugger"
2
uuid = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
3
-version = "0.2.2"
+version = "0.3.0"
4
5
[deps]
6
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
@@ -12,8 +12,8 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
12
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
13
14
[compat]
15
-CodeTracking = "0.3.2, 0.4"
16
-Crayons = "3"
+CodeTracking = "0.3.2, 0.4, 0.5"
+Crayons = "3, 4"
17
Highlights = "0.3.1"
18
JuliaInterpreter = "0.4"
19
julia = "1"
REQUIRE
@@ -2,4 +2,4 @@ julia 1.0
Highlights 0.3.1
Crayons 3.0.0
CodeTracking 0.3.2
-JuliaInterpreter 0.3
+JuliaInterpreter 0.4
0 commit comments