Skip to content

Commit 1fc7b8c

Browse files
committed
Update version constraints
1 parent 2857f36 commit 1fc7b8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

graphql-async.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
depends: [
1515
"ocaml" {>= "4.03.0"}
1616
"dune" {build}
17-
"graphql" {>= "0.8.0"}
17+
"graphql" {>= "0.9.0"}
1818
"async_kernel" {>= "v0.9.0"}
1919
"alcotest" {with-test}
2020
"async_unix" {with-test & >= "v0.9.0"}

graphql-cohttp.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
depends: [
1515
"ocaml" {>= "4.03.0"}
1616
"jbuilder" {build}
17-
"graphql" {>= "0.8.0"}
17+
"graphql" {>= "0.9.0"}
1818
"cohttp" {>= "2.0.0"}
1919
"crunch"
2020
"astring" {>= "0.8.3"}

graphql-lwt.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
depends: [
1515
"ocaml" {>= "4.03.0"}
1616
"dune" {build}
17-
"graphql" {>= "0.8.0"}
17+
"graphql" {>= "0.9.0"}
1818
"alcotest" {with-test}
1919
"lwt"
2020
]

graphql.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
depends: [
1515
"ocaml" {>= "4.03.0"}
1616
"dune" {build}
17-
"graphql_parser"
17+
"graphql_parser" {>= "0.9.0"}
1818
"yojson"
1919
"rresult"
2020
"seq"

0 commit comments

Comments
 (0)