We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3efe4 commit 30024a5Copy full SHA for 30024a5
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = "3.5.8"
+version = "3.5.9"
2
3
align.preset = more
4
maxColumn = 100
project/deps.sc
@@ -106,7 +106,7 @@ object Deps {
106
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
107
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
108
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
109
- def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.5.8"
+ def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.5.9"
110
// Force using of 2.13 - is there a better way?
111
def scalaJsEnvJsdomNodejs =
112
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"
0 commit comments