Skip to content

Commit

Permalink
Avoid scyclic references
Browse files Browse the repository at this point in the history
  • Loading branch information
vbergeron authored Nov 6, 2023
1 parent f871dce commit 19734e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doobie/src/io/github/iltotore/iron/doobie.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.iltotore.iron

import cats.Show
import doobie.util.{Put, Get, Meta}
import _root_.doobie.util.{Put, Get, Meta}

/**
* Implicit [[Meta]]s, [[Put]]s and [[Get]]s for refined types.
Expand Down

0 comments on commit 19734e9

Please sign in to comment.