Skip to content

Commit aed4489

Browse files
committed
Update also dune version
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent 4cbda25 commit aed4489

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bibfmt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "MIT"
77
homepage: "https://github.com/mseri/doi2bib"
88
bug-reports: "https://github.com/mseri/doi2bib/issues"
99
depends: [
10-
"dune" {>= "2.8"}
10+
"dune" {>= "3.0"}
1111
"ocaml" {>= "4.14.0"}
1212
"cmdliner" {>= "1.1.0"}
1313
"re" {>= "1.0.0"}

doi2bib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build: [
2222
]
2323
dev-repo: "git+https://github.com/mseri/doi2bib.git"
2424
depends: [
25-
"dune" {>= "2.8"}
25+
"dune" {>= "3.0"}
2626
"ocaml" {>= "4.08"}
2727
"bibfmt" {= version}
2828
"astring" {>= "0.8.0"}

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.8)
1+
(lang dune 3.0)
22

33
(name doi2bib)
44

0 commit comments

Comments
 (0)