Skip to content

Commit

Permalink
Update to the 43.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Oct 10, 2023
1 parent ab24b54 commit d4a4b12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"0.15.7": "psc-0.15.7-20230408",
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20231009"
"0.15.10": "psc-0.15.10-20231010"
}
3 changes: 2 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2836,6 +2836,7 @@
"argonaut-core",
"arrays",
"bifunctors",
"control",
"either",
"foldable-traversable",
"foreign-object",
Expand All @@ -2858,7 +2859,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/jordanmartinez/purescript-json-codecs.git",
"version": "v4.0.0"
"version": "v5.0.0"
},
"justifill": {
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,7 @@
[ "argonaut-core"
, "arrays"
, "bifunctors"
, "control"
, "either"
, "foldable-traversable"
, "foreign-object"
Expand All @@ -2551,7 +2552,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/jordanmartinez/purescript-json-codecs.git"
, version = "v4.0.0"
, version = "v5.0.0"
}
, justifill =
{ dependencies = [ "maybe", "prelude", "record", "typelevel-prelude" ]
Expand Down

0 comments on commit d4a4b12

Please sign in to comment.