We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32515e commit 9f78a35Copy full SHA for 9f78a35
.ocamlformat
@@ -1,4 +1,4 @@
1
-version=0.27.0
+version=0.28.1
2
ocaml-version=5.2
3
profile=janestreet
4
parse-docstrings=true
dune-project
@@ -76,7 +76,7 @@
76
(ocaml
77
(>= 5.2))
78
(ocamlformat
79
- (= 0.27.0))
+ (= 0.28.1))
80
(base
81
(>= v0.17))
82
(bisect_ppx
print-table-dev.opam
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/mbarbin/print-table/issues"
11
depends: [
12
"dune" {>= "3.17"}
13
"ocaml" {>= "5.2"}
14
- "ocamlformat" {= "0.27.0"}
+ "ocamlformat" {= "0.28.1"}
15
"base" {>= "v0.17"}
16
"bisect_ppx" {>= "2.8.3"}
17
"expect_test_helpers_core" {>= "v0.17"}
0 commit comments