Skip to content

Commit

Permalink
Merge pull request #28 from sourceryinstitute/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rouson authored Sep 22, 2021
2 parents 3e1aa90 + 407594c commit 29adbf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ maintainer = "[email protected]"
copyright = "2021 Sourcery Institute"

[dependencies]
sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "21.02.24"}
dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.0.1"}
assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.3.0"}
dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.1.0"}

[dev-dependencies]
vegetables = {git = "https://gitlab.com/everythingfunctional/vegetables", tag = "v7.0.2"}
Expand Down
2 changes: 1 addition & 1 deletion src/application_s.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
submodule(application_m) application_s
use assertions_interface, only : assert
use assert_m, only : assert
implicit none

contains
Expand Down

0 comments on commit 29adbf2

Please sign in to comment.