Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import cats.data.Kleisli
import cats.effect.MonadCancelThrow
import cats.syntax.all.*
import com.evolutiongaming.catshelper.MeasureDuration
import doobie.free.connection.ConnectionOp
import doobie.util.transactor.{Interpreter, Transactor}
import org.typelevel.doobie.free.connection.ConnectionOp
import org.typelevel.doobie.util.transactor.{Interpreter, Transactor}

import java.sql.Connection

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.2.20"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.12.2"
val http4s = "org.http4s" %% "http4s-core" % "0.23.36"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC11"
val doobie = "org.typelevel" %% "doobie-core" % "1.0.0-RC13"

object Cats {
val core = "org.typelevel" %% "cats-core" % "2.13.0"
Expand Down
Loading