Skip to content

Commit

Permalink
Merge pull request #336 from scala-steward/update/scalafmt-core-3.6.1
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.6.1
  • Loading branch information
zmccoy committed Nov 6, 2022
2 parents 9822247 + 384c518 commit a9b7235
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
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.5.9
519a11dac00eae96cc62d5f9561b68354df478b8

# Scala Steward: Reformat with scalafmt 3.6.1
fa49859eb2585640b5ed6f1c9cc7c64923bc1a15
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = 3.6.0
version = 3.6.1
runner.dialect = scala213
continuationIndent.defnSite = 2
docstrings.style = Asterisk
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -63,7 +63,7 @@ val root = project
"org.scalatest" %% "scalatest" % Versions.scalaTest % Test,
"org.scalatestplus" %% "scalacheck-1-15" % Versions.scalaTestPlus % Test
),
mimaPreviousArtifacts := Versions.previousCirceYamls.map("io.circe" %% "circe-yaml" % _)
mimaPreviousArtifacts := Versions.previousCirceYamls.map("io.circe" %% "circe-yaml" % _)
)
.settings(publishSettings ++ docSettings)

Expand Down

0 comments on commit a9b7235

Please sign in to comment.