Skip to content

Commit

Permalink
Update dependency org.tpolecat:doobie-hikari to v1.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 0fe3d4a commit 05ab20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val exampleDeps = Seq(

val postgresDeps = Seq(
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC6",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
"dev.zio" %% "zio-interop-cats" % "3.2.9.1",
"ch.qos.logback" % "logback-classic" % "1.4.0" % Test,
Expand Down

0 comments on commit 05ab20a

Please sign in to comment.