Skip to content

Commit

Permalink
Update scalafmt-dynamic to 2.7.5 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 19, 2020
1 parent ea0d3bc commit 380c460
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.7.4")
defaultVersion: String = almond.api.Properties.defaultScalafmtVersionOpt.getOrElse("2.7.5")
) {

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.2"
def scalafmt = "2.7.4"
def scalafmt = "2.7.5"
}

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

0 comments on commit 380c460

Please sign in to comment.