Skip to content

Commit 81f18e9

Browse files
committed
Upgrade to ocamlformat.0.28.1
1 parent cd6e3b4 commit 81f18e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.27.0
1+
version=0.28.1
22
ocaml-version=4.14
33
profile=janestreet
44
parse-docstrings=true

cmdlang-dev.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
1010
depends: [
1111
"dune" {>= "3.17"}
1212
"ocaml" {>= "5.2"}
13-
"ocamlformat" {= "0.27.0"}
13+
"ocamlformat" {= "0.28.1"}
1414
"base" {>= "v0.17"}
1515
"bisect_ppx" {>= "2.8.3"}
1616
"climate" {>= "0.8.0"}

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
(ocaml
160160
(>= 5.2))
161161
(ocamlformat
162-
(= 0.27.0))
162+
(= 0.28.1))
163163
(base
164164
(>= v0.17))
165165
(bisect_ppx

0 commit comments

Comments
 (0)