diff --git a/dune-project b/dune-project index 8c1cbe6..5094c49 100644 --- a/dune-project +++ b/dune-project @@ -13,7 +13,6 @@ (synopsis "The lastfm library is an implementation of the API used by the last.fm to keep count of played songs") (depends xmlplaylist - (re (>= 1.11.0)) - (dune (>= 2.0))) + (re (>= 1.11.0))) (depopts ocamlnet)) diff --git a/lastfm.opam b/lastfm.opam index 7d91b30..7170006 100644 --- a/lastfm.opam +++ b/lastfm.opam @@ -9,9 +9,9 @@ license: "LGPL-2.1-or-later" homepage: "https://github.com/savonet/ocaml-lastfm" bug-reports: "https://github.com/savonet/ocaml-lastfm/issues" depends: [ + "dune" {>= "3.14"} "xmlplaylist" "re" {>= "1.11.0"} - "dune" {>= "3.14" & >= "2.0"} "odoc" {with-doc} ] depopts: ["ocamlnet"]