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 5c3aef1 commit 16c81f5Copy full SHA for 16c81f5
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.9.3
+version = 3.9.4
2
maxColumn = 120
3
4
align.preset = more
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
val `jwt-core` = "com.github.jwt-scala" %% "jwt-core" % JwtCoreVersion
17
val `scala-compat-collection` = "org.scala-lang.modules" %% "scala-collection-compat" % ScalaCompatCollectionVersion
18
19
- val scalafmt = "org.scalameta" %% "scalafmt-dynamic" % "3.9.3"
+ val scalafmt = "org.scalameta" %% "scalafmt-dynamic" % "3.9.4"
20
val scalametaParsers = "org.scalameta" %% "parsers" % "4.13.3"
21
22
val netty =
0 commit comments