Skip to content

Commit a6adabf

Browse files
authored
Bump ocamlformat from 0.27.0 to 0.28.1 (#1981)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0b9e1c3 commit a6adabf

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# upgrading the version, don't forget to update ocamlformat version in `dune-project`
2-
version=0.27.0
2+
version=0.28.1
33
profile=janestreet
44
parse-docstrings=true

dune-project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(>= 2.1.6))
4646
(ocamlformat
4747
(and
48-
(= 0.27.0)
48+
(= 0.28.1)
4949
:with-dev-setup))
5050
(ocaml-lsp-server :with-dev-setup)))
5151

@@ -62,7 +62,7 @@
6262
(= 1.1.5))
6363
(ocamlformat
6464
(and
65-
(= 0.27.0)
65+
(= 0.28.1)
6666
:with-dev-setup))
6767
(ocaml-lsp-server :with-dev-setup)))
6868

@@ -84,7 +84,7 @@
8484
(= :version))
8585
(ocamlformat
8686
(and
87-
(= 0.27.0)
87+
(= 0.28.1)
8888
:with-dev-setup))
8989
(ocaml-lsp-server :with-dev-setup)))
9090

@@ -107,6 +107,6 @@
107107
(= :version))
108108
(ocamlformat
109109
(and
110-
(= 0.27.0)
110+
(= 0.28.1)
111111
:with-dev-setup))
112112
(ocaml-lsp-server :with-dev-setup)))

vscode-interop.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"ocaml" {>= "4.08"}
2222
"js_of_ocaml" {>= "6.0"}
2323
"gen_js_api" {= "1.1.5"}
24-
"ocamlformat" {= "0.27.0" & with-dev-setup}
24+
"ocamlformat" {= "0.28.0" & with-dev-setup}
2525
"ocaml-lsp-server" {with-dev-setup}
2626
"odoc" {with-doc}
2727
]

vscode-node.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"promise_jsoo" {>= "0.4.3"}
2525
"jsonoo" {>= "0.3"}
2626
"vscode-interop" {= version}
27-
"ocamlformat" {= "0.27.0" & with-dev-setup}
27+
"ocamlformat" {= "0.28.0" & with-dev-setup}
2828
"ocaml-lsp-server" {with-dev-setup}
2929
"odoc" {with-doc}
3030
]

vscode-ocaml-platform.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"ocaml-version" {>= "4.0"}
2828
"ppxlib" {>= "0.36"}
2929
"opam-file-format" {>= "2.1.6"}
30-
"ocamlformat" {= "0.27.0" & with-dev-setup}
30+
"ocamlformat" {= "0.28.0" & with-dev-setup}
3131
"ocaml-lsp-server" {with-dev-setup}
3232
"odoc" {with-doc}
3333
]

vscode.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"promise_jsoo" {>= "0.4.3"}
2424
"jsonoo" {>= "0.3"}
2525
"vscode-interop" {= version}
26-
"ocamlformat" {= "0.27.0" & with-dev-setup}
26+
"ocamlformat" {= "0.28.0" & with-dev-setup}
2727
"ocaml-lsp-server" {with-dev-setup}
2828
"odoc" {with-doc}
2929
]

0 commit comments

Comments
 (0)