Skip to content

Commit

Permalink
Update scalafmt-cli_2.13, scalafmt-core to 3.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 30, 2023
1 parent cf13112 commit 9c9d358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = "3.7.12"
version = "3.7.13"

align.preset = more
maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -145,7 +145,7 @@ object Deps {
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.12"
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.13"
// Force using of 2.13 - is there a better way?
def scalaJsEnvJsdomNodejs =
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"
Expand Down

0 comments on commit 9c9d358

Please sign in to comment.