Skip to content

Commit

Permalink
Fix cyclic dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot authored Feb 26, 2024
1 parent ae24af0 commit bffb751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(synopsis "Collect activity as markdown")
(depends
(cmdliner (>= 1.1.1))
(get-activity (= :version))))
(get-activity-lib (= :version))))

(package
(name get-activity-lib)
Expand Down
2 changes: 1 addition & 1 deletion get-activity.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bug-reports: "https://github.com/tarides/get-activity/issues"
depends: [
"dune" {>= "2.8"}
"cmdliner" {>= "1.1.1"}
"get-activity" {= version}
"get-activity-lib" {= version}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit bffb751

Please sign in to comment.