Skip to content

Commit 89ac431

Browse files
committed
Update sbt-scalafmt to 2.5.4
1 parent a383f24 commit 89ac431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
44
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39")
55

66
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
88

99
// for reading npmDependencies from package.json
1010
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0")

0 commit comments

Comments
 (0)