From 488a00dee77535d11c8157f992445901602f7614 Mon Sep 17 00:00:00 2001 From: Juliano Alves Date: Mon, 25 Sep 2023 12:38:22 +0100 Subject: [PATCH] bump quill engine and util to latest (#353) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0828f514b..e85ee80d 100644 --- a/build.sbt +++ b/build.sbt @@ -120,9 +120,9 @@ lazy val `quill-sql` = "io.suzaku" %% "boopickle" % "1.4.0", "com.lihaoyi" %% "pprint" % "0.6.6", "ch.qos.logback" % "logback-classic" % "1.3.11" % Test, - "io.getquill" %% "quill-engine" % "4.6.1", + "io.getquill" %% "quill-engine" % "4.7.0", "dev.zio" %% "zio" % "2.0.17", - ("io.getquill" %% "quill-util" % "4.6.1") + ("io.getquill" %% "quill-util" % "4.7.0") .excludeAll({ if (isCommunityBuild) Seq(ExclusionRule(organization = "org.scalameta", name = "scalafmt-core_2.13"))