diff --git a/project/plugins.sbt b/project/plugins.sbt index 87df2c1..9171784 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0") addSbtPlugin( - "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.2.5" + "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1" ) addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17")