Skip to content

Commit

Permalink
Update scalafmt-dynamic to 2.7.3 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2020
1 parent 63eea34 commit 6a547f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class Scalafmt(
fmtPool: ExecutionContext,
queueEc: ExecutionContext,
logCtx: LoggerContext,
defaultVersion: String = almond.api.Properties.defaultScalafmtVersionOpt.getOrElse("2.6.4")
defaultVersion: String = almond.api.Properties.defaultScalafmtVersionOpt.getOrElse("2.7.3")
) {

private val log = logCtx(getClass)
Expand Down
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Deps {
def ammonite = "2.2.0-4-4bd225e"
def caseApp = "2.0.4"
def jsoniterScala = "2.6.0"
def scalafmt = "2.6.4"
def scalafmt = "2.7.3"
}

def ammoniteRepl = setting(("com.lihaoyi" % "ammonite-repl" % Versions.ammonite).cross(CrossVersion.full))
Expand Down

0 comments on commit 6a547f9

Please sign in to comment.