Skip to content

Commit

Permalink
Update scalafmt-core, scalafmt-dynamic to 3.7.15 (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 8, 2023
1 parent 7e7fb0e commit e2e3973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14"
version = "3.7.15"

align.preset = more
maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
def caseApp = "2.1.0-M25"
def coursier = "2.1.7"
def jsoniterScala = "2.13.5"
def scalafmt = "3.7.14"
def scalafmt = "3.7.15"
}

implicit class DepOps(private val dep: Dep) {
Expand Down

0 comments on commit e2e3973

Please sign in to comment.