Skip to content

Commit

Permalink
fix(server) Lock the version of the github dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparsons committed Sep 28, 2023
1 parent 45efdc4 commit f79fb10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- filepath
- free
- generic-lens
- github
- github ==0.27
- hashable
- hoauth2
- http-api-data
Expand Down
4 changes: 2 additions & 2 deletions server/utopia-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ executable utopia-web
, filepath
, free
, generic-lens
, github
, github ==0.27
, hashable
, hoauth2
, http-api-data
Expand Down Expand Up @@ -229,7 +229,7 @@ test-suite utopia-web-test
, filepath
, free
, generic-lens
, github
, github ==0.27
, hashable
, hedgehog
, hoauth2
Expand Down

0 comments on commit f79fb10

Please sign in to comment.