Skip to content

Commit 9b4b948

Browse files
author
Damian Rouson
committed
feat: replace sourcery dependency with assert
1 parent 3e1aa90 commit 9b4b948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainer = "[email protected]"
66
copyright = "2021 Sourcery Institute"
77

88
[dependencies]
9-
sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "21.02.24"}
9+
assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.3.0"}
1010
dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.0.1"}
1111

1212
[dev-dependencies]

src/application_s.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
submodule(application_m) application_s
2-
use assertions_interface, only : assert
2+
use assert_m, only : assert
33
implicit none
44

55
contains

0 commit comments

Comments
 (0)