Skip to content

Commit 1aafd6a

Browse files
committed
Experiment with smaller update.
1 parent 043aa6f commit 1aafd6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/Dependencies.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ object Dependencies {
4545

4646
def doobieDependencies(scalaVersion: String): Seq[ModuleID] = {
4747
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",
48+
"org.tpolecat" %% "doobie-core" % "1.0.0-RC3",
49+
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC3",
50+
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC3",
51+
"org.tpolecat" %% "doobie-postgres-circe" % "1.0.0-RC3",
5252
"io.circe" %% "circe-generic" % "0.14.9" % Test
5353
)
5454
}

0 commit comments

Comments
 (0)