Skip to content

Commit

Permalink
Merge pull request #227 from scala-steward/update/scalafmt-core-3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik authored Jan 18, 2025
2 parents c91082e + ea96353 commit a14a2fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.5
04137326f010ae50568d416e41daa53de707d76e
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

runner.dialect = scala213

Expand Down
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val docs = project
.dependsOn(lucene)
.settings(
tlSiteApiPackage := Some("textmogrify"),
tlSiteHelium := {
tlSiteHelium :=
tlSiteHelium.value.site.darkMode.disabled.site
.topNavigationBar(
homeLink = IconLink.external("https://github.com/valencik/textmogrify", HeliumIcon.home)
Expand All @@ -79,8 +79,7 @@ lazy val docs = project
TextLink.external("https://fs2.io/", "fs2"),
)
)
)
},
),
)

lazy val unidocs = project
Expand Down

0 comments on commit a14a2fb

Please sign in to comment.