Skip to content

Commit

Permalink
0.15.0 compat
Browse files Browse the repository at this point in the history
Upstream changes largely not merged
  • Loading branch information
nwolverson committed Jun 17, 2022
1 parent 03f054f commit 5ccef0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
"metadata": {
"dependencies": [],
"repo": "https://github.com/spacchetti/purescript-metadata.git",
"version": "v0.14.3"
"version": "v0.15.0"
},
"newtype": {
"dependencies": [
Expand Down Expand Up @@ -1024,7 +1024,7 @@
"erl-maps"
],
"repo": "https://github.com/purerl/purescript-profunctor-lenses.git",
"version": "v7.0.0-erl1"
"version": "v8.0.0-erl1"
},
"psci-support": {
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion src/groups/purescript-contrib.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
, "erl-maps"
]
, repo = "https://github.com/purerl/purescript-profunctor-lenses.git"
, version = "v7.0.0-erl1"
, version = "v8.0.0-erl1"
}
, unicode =
{ dependencies =
Expand Down
2 changes: 1 addition & 1 deletion src/groups/spacchetti.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ metadata =
{ dependencies = [] : List Text
, repo = "https://github.com/spacchetti/purescript-metadata.git"
, version = "v0.14.3"
, version = "v0.15.0"
}
}

0 comments on commit 5ccef0a

Please sign in to comment.