Skip to content

Commit ba7f41b

Browse files
committed
Clean up Project.toml
1 parent 90cd14b commit ba7f41b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Project.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Strings", "Literals", "printf", "Format"]
55
license = "MIT"
66
uuid = "b5087856-efa9-5a6d-8e6f-97303a7af894"
7-
version = "0.1.4"
7+
version = "0.1.5"
88

99
[deps]
10-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12-
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
13-
1410
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
1511
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" # 9wb580eyjv4k3iej
1612
StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84"
1713

14+
[extras]
15+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[targets]
18+
test = ["Test"]
19+
1820

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6 2-
22
ModuleInterfaceTools 0.1.6
3-
Format 0.7.1
4-
StrLiterals 0.1.5
3+
Format 0.7.2
4+
StrLiterals 0.1.6

0 commit comments

Comments
 (0)