Skip to content

Commit

Permalink
bump quill engine and util to latest (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliano authored Sep 25, 2023
1 parent a66baf3 commit 488a00d
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 @@ -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"))
Expand Down

0 comments on commit 488a00d

Please sign in to comment.