Skip to content

Commit 3d505c6

Browse files
committed
Update project dependencies
1 parent 67b03c3 commit 3d505c6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CTParser"
22
uuid = "32681960-a1b1-40db-9bff-a1ca817385d1"
3-
version = "0.8.2-beta.6"
3+
version = "0.8.3-beta"
44
authors = ["Jean-Baptiste Caillau <jean-baptiste.caillau@univ-cotedazur.fr>"]
55

66
[deps]
@@ -14,7 +14,7 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1414
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
1515

1616
[compat]
17-
CTBase = "0.16, 0.17, 0.18"
17+
CTBase = "0.18"
1818
DocStringExtensions = "0.9"
1919
ExaModels = "0.9.3"
2020
LinearAlgebra = "1"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
55
MarkdownAST = "d0879d2d-cac2-40c8-9cee-1863dc0c7391"
66

77
[compat]
8-
CTBase = "0.16, 0.17, 0.18"
8+
CTBase = "0.18"
99
Documenter = "1"
1010
Markdown = "1"
1111
MarkdownAST = "0.1"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1717
[compat]
1818
Aqua = "0.8"
1919
BenchmarkTools = "1"
20-
CTBase = "0.16, 0.17, 0.18"
21-
CTModels = "0.6, 0.7, 0.8"
20+
CTBase = "0.18"
21+
CTModels = "0.8"
2222
CUDA = "5"
2323
ExaModels = "0.9"
2424
Interpolations = "0.16"

0 commit comments

Comments
 (0)