Skip to content

Commit

Permalink
Bump engine version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus authored Jan 30, 2022
1 parent 9916864 commit 8e0ebea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 8e0ebea

Please sign in to comment.