Skip to content

Commit 4c9ba25

Browse files
authored
Merge pull request #2914 from scalacenter/update/sbt-scalafmt-2.6.0
build(deps): Update sbt-scalafmt from 2.5.6 to 2.6.0
2 parents f6e7f87 + e93dbb8 commit 4c9ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")
33
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
66
// Bumping this will causes issues. The benchmark bridge
77
// needs to be updated in order for us to bump to 0.4.x.

0 commit comments

Comments
 (0)