Closed tpolecat closed 6 years ago
This updates some deps:
And fixes deprecations. In doobie .list is deprecated in favor of the more general .to[List].
.list
.to[List]
Haha I guess I should have tried to compile first.
Ok this is good now. Needs another approval.
This updates some deps:
And fixes deprecations. In doobie
.list
is deprecated in favor of the more general.to[List]
.