this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply suggestions from code review

authored by

Kate and committed by
GitHub
dd48c94c b05a941f

+3 -3
+1 -1
packages/dockerfile-cmd/dockerfile-cmd.8.0.0/opam
··· 19 19 "dune" {>= "2.0.0"} 20 20 "dockerfile-opam" {= version} 21 21 "cmdliner" 22 - "fmt" {>= "0.8.5"} 22 + "fmt" {>= "0.8.7"} 23 23 "logs" 24 24 "bos" 25 25 "result"
+1 -1
packages/dockerfile-opam/dockerfile-opam.8.0.0/opam
··· 26 26 "astring" 27 27 "ppx_sexp_conv" {>= "v0.9.0"} 28 28 "sexplib" 29 - "fmt" {>= "0.8.5"} 29 + "fmt" {>= "0.8.7"} 30 30 ] 31 31 build: [ 32 32 ["dune" "subst"] {dev}
+1 -1
packages/dockerfile/dockerfile.8.0.0/opam
··· 16 16 "dune" {>= "2.0.0"} 17 17 "ppx_sexp_conv" {>= "v0.9.0"} 18 18 "sexplib" 19 - "fmt" {>= "0.8.5"} 19 + "fmt" {>= "0.8.7"} 20 20 ] 21 21 build: [ 22 22 ["dune" "subst"] {dev}