Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.1
Browse files Browse the repository at this point in the history
This version stops depending on pprint and geny.
This will solve many binary compatibility issues for users using quill
together with the com.lihaoyi libraries.
For example this issue: #2740
  • Loading branch information
lolgab committed Sep 1, 2023
1 parent 0c976d7 commit 12a7780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -215,7 +215,7 @@ lazy val `quill-util` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
("org.scalameta" %% "scalafmt-core" % "3.1.2")
("org.scalameta" %% "scalafmt-core" % "3.7.13")
.excludeAll(
(
if (isScala3)
Expand Down

0 comments on commit 12a7780

Please sign in to comment.