Skip to content

Commit

Permalink
Update doobie-core, doobie-postgres to 1.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Sep 19, 2024
1 parent 8068670 commit 52b57c6
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 @@ -159,8 +159,8 @@ lazy val `quill-doobie` =
.settings(jdbcTestingSettings: _*)
.settings(
libraryDependencies ++= Seq(
"org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5" % Test
"org.tpolecat" %% "doobie-core" % "1.0.0-RC6",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC6" % Test
)
)
.dependsOn(`quill-jdbc` % "compile->compile;test->test")
Expand Down

0 comments on commit 52b57c6

Please sign in to comment.