Skip to content

Commit 9f78a35

Browse files
committed
Upgrade to ocamlformat.0.28.1
1 parent a32515e commit 9f78a35

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=5.2
33
profile=janestreet
44
parse-docstrings=true

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
(ocaml
7777
(>= 5.2))
7878
(ocamlformat
79-
(= 0.27.0))
79+
(= 0.28.1))
8080
(base
8181
(>= v0.17))
8282
(bisect_ppx

print-table-dev.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/mbarbin/print-table/issues"
1111
depends: [
1212
"dune" {>= "3.17"}
1313
"ocaml" {>= "5.2"}
14-
"ocamlformat" {= "0.27.0"}
14+
"ocamlformat" {= "0.28.1"}
1515
"base" {>= "v0.17"}
1616
"bisect_ppx" {>= "2.8.3"}
1717
"expect_test_helpers_core" {>= "v0.17"}

0 commit comments

Comments
 (0)