We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043aa6f commit 1aafd6aCopy full SHA for 1aafd6a
project/Dependencies.scala
@@ -45,10 +45,10 @@ object Dependencies {
45
46
def doobieDependencies(scalaVersion: String): Seq[ModuleID] = {
47
commonDependencies(scalaVersion) ++ Seq(
48
- "org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
49
- "org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
50
- "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
51
- "org.tpolecat" %% "doobie-postgres-circe" % "1.0.0-RC2",
+ "org.tpolecat" %% "doobie-core" % "1.0.0-RC3",
+ "org.tpolecat" %% "doobie-hikari" % "1.0.0-RC3",
+ "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC3",
+ "org.tpolecat" %% "doobie-postgres-circe" % "1.0.0-RC3",
52
"io.circe" %% "circe-generic" % "0.14.9" % Test
53
)
54
}
0 commit comments