Skip to content

Commit

Permalink
Merge pull request #55 from henricook/patch-1
Browse files Browse the repository at this point in the history
Use scalafmt 2.1.1
  • Loading branch information
tanishiking authored Oct 11, 2019
2 parents 9a227e2 + 8a5ee84 commit 4f8c28a
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.1.0"
"org.scalameta" %% "scalafmt-dynamic" % "2.1.1"
),
scriptedBufferLog := false,
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
Expand Down

0 comments on commit 4f8c28a

Please sign in to comment.