Skip to content

Commit

Permalink
Update expect-inferred to v3.0.0 (purescript#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant authored Jan 30, 2022
1 parent 5acc5cb commit c7bf3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@
"typelevel-prelude"
],
"repo": "https://github.com/justinwoo/purescript-expect-inferred.git",
"version": "v2.0.0"
"version": "v3.0.0"
},
"express": {
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion src/groups/justinwoo.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{ expect-inferred =
{ dependencies = [ "prelude", "typelevel-prelude" ]
, repo = "https://github.com/justinwoo/purescript-expect-inferred.git"
, version = "v2.0.0"
, version = "v3.0.0"
}
, gomtang-basic =
{ dependencies = [ "console", "effect", "prelude", "record", "web-html" ]
Expand Down

0 comments on commit c7bf3c3

Please sign in to comment.