Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.8.2 #211

Merged
merged 3 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.6.1
153b6b4562adb33c4ace06cfbff63d063276c668

# Scala Steward: Reformat with scalafmt 3.8.2
5bcb3bef90854fb41f06c96df8f70d4367ea5bc3
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.6.1"
version = "3.8.2"

# These can be used to delimit zone to do not format
# // format: off
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
// These are here for scala-steward
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.6.1"
version = "3.8.2"

# These can be used to delimit zone to do not format
# // format: off
Expand Down
8 changes: 5 additions & 3 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Dependencies._

inScope(Global)(
List(onChangedBuildSource := ReloadOnSourceChanges, showSuccess := false, excludeLintKeys += showSuccess)
)
inScope(Global)(List(
onChangedBuildSource := ReloadOnSourceChanges,
showSuccess := false,
excludeLintKeys += showSuccess
))

inThisBuild(List(
crossScalaVersions := List("3.4.1"),
Expand Down