File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ maintainer = "damian@sourceryinstitute.org"
6
6
copyright = " 2021 Sourcery Institute"
7
7
8
8
[dependencies ]
9
- sourcery = {git = " https://github.com/sourceryinstitute/sourcery " , tag = " 21.02.24 " }
10
- dag = {git = " https://github.com/sourceryinstitute/dag" , tag = " 2.0.1 " }
9
+ assert = {git = " https://github.com/sourceryinstitute/assert " , tag = " 1.3.0 " }
10
+ dag = {git = " https://github.com/sourceryinstitute/dag" , tag = " 2.1.0 " }
11
11
12
12
[dev-dependencies ]
13
13
vegetables = {git = " https://gitlab.com/everythingfunctional/vegetables" , tag = " v7.0.2" }
Original file line number Diff line number Diff line change 1
1
submodule(application_m) application_s
2
- use assertions_interface , only : assert
2
+ use assert_m , only : assert
3
3
implicit none
4
4
5
5
contains
You can’t perform that action at this time.
0 commit comments