Skip to content

Commit

Permalink
Merge pull request #218 from theiterators/update/doobie-core-1.0.0-RC2
Browse files Browse the repository at this point in the history
Update doobie-core, doobie-postgres to 1.0.0-RC2
  • Loading branch information
pk044 committed Jul 2, 2022
2 parents d8baccb + 63358f4 commit 34f0ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ val slick = "com.typesafe.slick" %% "slick" % "3.3.3"
val optionalSlick = optional(slick)
val playJson = "com.typesafe.play" %% "play-json" % "2.9.2"
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.20.3"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC1"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC2"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val circe = "io.circe" %% "circe-core" % "0.14.2"
val circeAuto = "io.circe" %% "circe-generic" % "0.14.2"
Expand Down

0 comments on commit 34f0ba2

Please sign in to comment.