From 46d4a646983b24fc5cfca5d48af607941fde547d Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 2 Dec 2024 01:12:43 +0000 Subject: [PATCH 1/2] Applied Scalafix rule(s) https://gist.githubusercontent.com/eed3si9n/57e83f5330592d968ce49f0d5030d4d5/raw/7f576f16a90e432baa49911c9a66204c354947bb/Sbt0_13BuildSyntax.scala See https://eed3si9n.com/syntactic-scalafix-rule-for-unified-slash-syntax for details --- build.sbt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3774b80f..1a07a001 100644 --- a/build.sbt +++ b/build.sbt @@ -275,9 +275,8 @@ lazy val js = project .dependsOn(coreJS) .enablePlugins(ScalaJSPlugin, ScalaJSBundlerPlugin) -lazy val core = crossProject(JVMPlatform, JSPlatform) - .crossType(CrossType.Pure) - .in(file("metabrowse-core")) +lazy val core = (file("metabrowse-core") / crossProject(JVMPlatform, JSPlatform) + .crossType(CrossType.Pure)) .jsSettings( (publish / skip) := true, scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)) From 00be52a100cb951c6decb3ecc7f9e8b5716fb7ce Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 2 Dec 2024 01:12:46 +0000 Subject: [PATCH 2/2] Update sbt, scripted-plugin to 1.10.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index dbae93bc..e88a0d81 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.10.6