From 154b3973234e7b21387f98a587c06052063dc229 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Thu, 7 Oct 2021 12:01:39 +0200 Subject: [PATCH 1/2] Update sbt-scalajs to 1.7.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1d11db4b..fac9180b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") From bf61c195da683bba52a17e8cc146afc43b7697ee Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Thu, 7 Oct 2021 12:06:07 +0200 Subject: [PATCH 2/2] Bump scalafmt up to 3.0.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1a347ce6..e48d7e8f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.0.5" +version = "3.0.6" project.git = true runner.dialect = "scala213" assumeStandardLibraryStripMargin = true