Skip to content

Commit 29adbf2

Browse files
author
Damian Rouson
authored
Merge pull request #28 from sourceryinstitute/update-dependencies
Update dependencies
2 parents 3e1aa90 + 407594c commit 29adbf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ maintainer = "damian@sourceryinstitute.org"
66
copyright = "2021 Sourcery Institute"
77

88
[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"}
1111

1212
[dev-dependencies]
1313
vegetables = {git = "https://gitlab.com/everythingfunctional/vegetables", tag = "v7.0.2"}

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)