Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit f97fbe2

Browse files
authored
Merge pull request #22 from scala-steward/update/doobie-core-1.0.0-RC2
Update doobie-core, doobie-postgres to 1.0.0-RC2
2 parents 0f3b531 + 3e40827 commit f97fbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ val root = project
7171
name := "doobie-quill",
7272
libraryDependencies ++= Seq(
7373
"io.getquill" %% "quill-jdbc" % "3.14.1",
74-
"org.tpolecat" %% "doobie-core" % "1.0.0-RC1",
75-
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test,
74+
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
75+
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test,
7676
"org.scalameta" %% "munit" % "0.7.29" % Test,
7777
) ++ compilerPlugins,
7878
Test / fork := true,

0 commit comments

Comments
 (0)