Skip to content

Commit 2c3b332

Browse files
authored
fix: add dependency on REPL (#155)
1 parent 00ad4e0 commit 2c3b332

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name = "CodeTracking"
22
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
3+
version = "3.0.2"
34
authors = ["Tim Holy <tim.holy@gmail.com>"]
4-
version = "3.0.1"
55

66
[deps]
77
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
8+
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
89
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
910

1011
[compat]
12+
REPL = "1.10"
1113
julia = "1.10"
1214

1315
[extras]

src/CodeTracking.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ using Core: LineInfoNode, MethodTable
1515
using Base.Meta: isexpr
1616
using UUIDs
1717
using InteractiveUtils
18+
using REPL: REPL
1819

1920
export code_expr, @code_expr, code_string, @code_string, whereis, definition, pkgfiles, signatures_at
2021

0 commit comments

Comments
 (0)