diff --git a/build.sbt b/build.sbt index c6bb56f..9802855 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ val root = project .settings( name := "doobie-quill", libraryDependencies ++= Seq( - "io.getquill" %% "quill-jdbc" % "3.12.0", + "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.scalameta" %% "munit" % "0.7.29" % Test,