Skip to content

Commit

Permalink
Merge pull request #33 from tanishiking/update-scalafmt-version
Browse files Browse the repository at this point in the history
Update scalafmt to 2.0.0-RC8
  • Loading branch information
tanishiking authored Jun 6, 2019
2 parents 07e6095 + 7189684 commit 64647fd
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 @@ -38,7 +38,7 @@ lazy val plugin = project
.settings(
moduleName := "sbt-scalafmt",
libraryDependencies ++= List(
"org.scalameta" %% "scalafmt-dynamic" % "2.0.0-RC5"
"org.scalameta" %% "scalafmt-dynamic" % "2.0.0-RC8"
),
sbtPlugin := true,
scriptedBufferLog := false,
Expand Down

0 comments on commit 64647fd

Please sign in to comment.