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

Commit

Permalink
Merge pull request #22 from scala-steward/update/doobie-core-1.0.0-RC2
Browse files Browse the repository at this point in the history
Update doobie-core, doobie-postgres to 1.0.0-RC2
  • Loading branch information
majk-p authored Feb 23, 2022
2 parents 0f3b531 + 3e40827 commit f97fbe2
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 @@ -71,8 +71,8 @@ val root = project
name := "doobie-quill",
libraryDependencies ++= Seq(
"io.getquill" %% "quill-jdbc" % "3.14.1",
"org.tpolecat" %% "doobie-core" % "1.0.0-RC1",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test,
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test,
) ++ compilerPlugins,
Test / fork := true,
Expand Down

0 comments on commit f97fbe2

Please sign in to comment.