Skip to content

Commit

Permalink
Update scalafmt-core to 3.1.2 (#2733)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliano Alves <von.juliano@gmail.com>
  • Loading branch information
scala-steward and juliano committed May 30, 2023
1 parent 3bb8952 commit c694b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -224,7 +224,7 @@ lazy val `quill-util` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
("org.scalameta" %% "scalafmt-core" % "3.1.0")
("org.scalameta" %% "scalafmt-core" % "3.1.2")
.excludeAll(
(Seq(
ExclusionRule(organization = "com.lihaoyi", name = "sourcecode_2.13"),
Expand Down

0 comments on commit c694b4e

Please sign in to comment.