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

Commit

Permalink
Update quill-jdbc to 3.14.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 26, 2022
1 parent 3cafe5f commit e67f4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e67f4dd

Please sign in to comment.