FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update scalafmt-core to 3.10.7 by scala-steward · Pull Request #954 · msgpack/msgpack-java · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .conf  (1) .sbt  (1) dotfile  (1) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.10.3
d8af028d2cd271ab7f3adec9842f07cce86a2ac3

# Scala Steward: Reformat with scalafmt 3.10.7
83b819003b44835b1792e3ef8263da91a5b6d4ba
2 changes: 1 addition & 1 deletion .scalafmt.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.10.3
version = 3.10.7
project.layout = StandardConvention
runner.dialect = scala3
maxColumn = 100
Expand Down
6 changes: 2 additions & 4 deletions build.sbt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ val buildSettings = Seq[Setting[?]](
// Style check config: (sbt-jchekcstyle)
jcheckStyleConfig := "facebook",
// Run jcheckstyle both for main and test codes
Compile / compile :=
((Compile / compile) dependsOn (Compile / jcheckStyle)).value,
Test / compile :=
((Test / compile) dependsOn (Test / jcheckStyle)).value
Compile / compile := ((Compile / compile) dependsOn (Compile / jcheckStyle)).value,
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
)

val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.1" % "test"
Expand Down
Loading

Back | FazBrowse Home | New Git URL