Skip to content

Commit

Permalink
Update scalafmt-dynamic to 2.7.4 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 7, 2020
1 parent 2a2e294 commit b37cac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val plugin = project
.settings(
moduleName := "sbt-scalafmt",
libraryDependencies ++= List(
"org.scalameta" %% "scalafmt-dynamic" % "2.7.3"
"org.scalameta" %% "scalafmt-dynamic" % "2.7.4"
),
scriptedBufferLog := false,
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
Expand Down

0 comments on commit b37cac6

Please sign in to comment.