Skip to content

Commit

Permalink
Add compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jan 3, 2022
1 parent 309e15d commit 37ee552
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ authors = ["Uwe Fechner <fechner@aenarete.eu> and contributors"]
version = "0.1.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
KitePodSimulator = "558fcde3-b420-4fcf-b6fa-fc874c7e75b7"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -24,9 +23,11 @@ DocStringExtensions = "0.8"
NLsolve = "4.5"
Parameters = "0.12.3"
StaticArrays = "1.2.5"
BenchmarkTools = "1.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

[targets]
test = ["Test"]
test = ["Test","BenchmarkTools"]
6 changes: 6 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
KiteModels = "b94af626-7959-4878-9336-2adc27959007"
KitePodSimulator = "558fcde3-b420-4fcf-b6fa-fc874c7e75b7"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"

[compat]
julia = "1.6,1.7"
KitePodSimulator = "0.2.0"
KiteUtils = "0.2.5"
Documenter = "0.27"

0 comments on commit 37ee552

Please sign in to comment.