Skip to content

Commit a383f24

Browse files
Update sbt-scalafmt to 2.5.3 (#605)
1 parent 88a99d1 commit a383f24

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.2")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")
88

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

0 commit comments

Comments
 (0)