Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doobie-core, doobie-postgres to 1.0.0-RC2 #218

Merged
merged 5 commits into from
Jul 2, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Revert commit(s) c0c83ce
  • Loading branch information
Scala Steward committed Jun 22, 2022
commit d0447d822dee53904faab60959ad804d69544fae
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-RC2"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC1"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1"
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