Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.0 (#361)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.0

* Reformat with scalafmt 3.8.0

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.0' to .git-blame-ignore-revs
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent b90c96f commit 7691162
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.7.3
0025d5c30e455eca8a1ffbf8304e69214f328cab

# Scala Steward: Reformat with scalafmt 3.8.0
00d482c75c16b0791a717e6374de4adf225f8af1
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.7.17
version=3.8.0
style = defaultWithAlign
maxColumn = 100
assumeStandardLibraryStripMargin = true
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/sbtprotoc/ProtocPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ object ProtocPlugin extends AutoPlugin {
PB.includePaths.?.value.getOrElse(Nil) ++
PB.protoSources.value ++
Seq(PB.externalIncludePath.value, PB.externalSourcePath.value) ++
protocIncludeDependencies.value,
protocIncludeDependencies.value
).distinct,
PB.generate := sourceGeneratorTask(PB.generate)
.dependsOn(
Expand Down

0 comments on commit 7691162

Please sign in to comment.