Skip to content

Commit

Permalink
Scalafmt: update to v3.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Aug 28, 2023
1 parent 7a1fd51 commit 6ee753a
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.12
version = 3.7.13
runner.dialect = scala213
project.git = true
project.excludeFilters = [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inThisBuild(
)
skip in publish := true

val scalafmtVersion = "3.7.12"
val scalafmtVersion = "3.7.13"
onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt ${scalafmtVersion})"

lazy val plugin = project
Expand Down

0 comments on commit 6ee753a

Please sign in to comment.