diff --git a/build.sbt b/build.sbt index 278ca1763..133927334 100644 --- a/build.sbt +++ b/build.sbt @@ -132,8 +132,8 @@ lazy val `quill-sql` = // Needs to be in-sync with both quill-engine and scalafmt-core or ClassNotFound // errors will happen. Even if the pprint classes are actually there ("com.lihaoyi" %% "pprint" % "0.6.6"), - "io.getquill" %% "quill-engine" % "3.15.0", - ("io.getquill" %% "quill-util" % "3.15.0") + "io.getquill" %% "quill-engine" % "3.16.0", + ("io.getquill" %% "quill-util" % "3.16.0") .excludeAll({ if (isCommunityBuild) Seq(ExclusionRule(organization = "org.scalameta", name = "scalafmt-core_2.13"))