⚠️ The latest release of doobie changes the groupId from org.tpolecat to org.typelevel!
If Scalafix doesn't work for you, be sure to replace import doobie with import org.typelevel.doobie in your codebase.
github.com/typelevel/do...
Moving doobie package under org.typelevel
Doobie moved under the typelevel github organization a while ago, and as part of this release we are completing the move for administrative purposes.
As of...