Skip to content

Commit

Permalink
Update doobie-core, doobie-postgres to 1.0.0-RC5 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 19, 2023
1 parent 95cd869 commit 495c8a3
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 @@ -111,8 +111,8 @@ val slick = "com.typesafe.slick" %% "slick" % "3.4.1"
val optionalSlick = optional(slick)
val playJson = "org.playframework" %% "play-json" % "3.0.1"
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.21.1"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC4"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC4"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val circeV = "0.14.6"
val circe = "io.circe" %% "circe-core" % circeV
Expand Down

0 comments on commit 495c8a3

Please sign in to comment.