We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6e3b4 commit 81f18e9Copy full SHA for 81f18e9
.ocamlformat
@@ -1,4 +1,4 @@
1
-version=0.27.0
+version=0.28.1
2
ocaml-version=4.14
3
profile=janestreet
4
parse-docstrings=true
cmdlang-dev.opam
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
10
depends: [
11
"dune" {>= "3.17"}
12
"ocaml" {>= "5.2"}
13
- "ocamlformat" {= "0.27.0"}
+ "ocamlformat" {= "0.28.1"}
14
"base" {>= "v0.17"}
15
"bisect_ppx" {>= "2.8.3"}
16
"climate" {>= "0.8.0"}
dune-project
@@ -159,7 +159,7 @@
159
(ocaml
160
(>= 5.2))
161
(ocamlformat
162
- (= 0.27.0))
+ (= 0.28.1))
163
(base
164
(>= v0.17))
165
(bisect_ppx
0 commit comments