We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278bdcf commit 3362750Copy full SHA for 3362750
project/plugins.sbt
@@ -4,7 +4,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
4
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39")
5
6
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
7
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
8
9
// for reading npmDependencies from package.json
10
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0")
0 commit comments