From 6b40dd6f3b6623da6b2b814bdbe35be0a8a59c1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Mar 2022 17:29:20 +0100 Subject: [PATCH 1/2] Update sbt-scalajs-crossproject to 1.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 76d078891..4f3459c4b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0") -addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") +addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") From e4b0655874c58f8b68f4252600fa749168bdb6a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Apr 2022 10:19:23 +0200 Subject: [PATCH 2/2] Update scalafmt-core to 3.5.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 091eddf67..f8c4e81eb 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.4.3" +version = "3.5.0" maxColumn = 120 align.preset = most continuationIndent.defnSite = 2