summaryrefslogtreecommitdiff
path: root/example/todoDb/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/todoDb/build.sc')
-rw-r--r--example/todoDb/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc
index 589af39..e0da112 100644
--- a/example/todoDb/build.sc
+++ b/example/todoDb/build.sc
@@ -5,7 +5,7 @@ trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
def ivyDeps = Agg[Dep](
ivy"org.xerial:sqlite-jdbc:3.18.0",
- ivy"io.getquill::quill-jdbc:2.5.4"
+ ivy"io.getquill::quill-jdbc:3.4.10"
)
object test extends Tests{