Skip to content

Commit

Permalink
Update doobie-core, doobie-postgres to 1.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2023
1 parent 60fa5b8 commit 3551229
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 @@ -181,8 +181,8 @@ lazy val `quill-doobie` =
.settings(jdbcTestingSettings: _*)
.settings(
libraryDependencies ++= Seq(
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test
"org.tpolecat" %% "doobie-core" % "1.0.0-RC4",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC4" % Test
)
)
.dependsOn(`quill-jdbc` % "compile->compile;test->test")
Expand Down

0 comments on commit 3551229

Please sign in to comment.