Skip to content

Commit

Permalink
Merge pull request #311 from isomarcte/doobie-0-10-0
Browse files Browse the repository at this point in the history
Update Doobie To 0.10.0
  • Loading branch information
ChristopherDavenport authored Jan 7, 2021
2 parents 48b9734 + eaab20b commit ba3fb60
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ val specs2V = "4.9.4" //https://github.com/etorreborre/specs2/releas
val disciplineSpecs2V = "1.1.0"
val circeV = "0.13.0" //https://github.com/circe/circe/releases
val http4sV = "0.21.15" //https://github.com/http4s/http4s/releases
val doobieV = "0.9.0" //https://github.com/tpolecat/doobie/releases
val doobieV = "0.10.0" //https://github.com/tpolecat/doobie/releases
val scalaJavaTimeV = "2.0.0" // https://github.com/cquiroz/scala-java-time/releases
val testContainersSpecs2V = "0.2.0-M2" //

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.chrisdavenport.fuuid.doobie.h2

import cats.effect.{ContextShift, IO}
import cats.syntax.functor._
import doobie._
import doobie.h2.implicits._
import doobie.implicits._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.chrisdavenport.fuuid.doobie.h2

import cats.effect.{ContextShift, IO}
import cats.implicits._
import doobie._
import doobie.h2.implicits._
import doobie.implicits._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.chrisdavenport.fuuid.doobie.postgres

import cats.effect.{ContextShift, IO}
import cats.implicits._
import doobie._
import doobie.implicits._
import doobie.postgres.implicits._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.chrisdavenport.fuuid.doobie.postgres

import cats.effect.{ContextShift, IO}
import cats.implicits._
import doobie._
import doobie.implicits._
import doobie.postgres.implicits._
Expand Down

0 comments on commit ba3fb60

Please sign in to comment.