Skip to content

Commit

Permalink
Update doobie-core, doobie-postgres to 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iterators Bot committed Jun 21, 2022
1 parent 802b098 commit c0c83ce
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 @@ -134,8 +134,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 c0c83ce

Please sign in to comment.