diff --git a/build.sbt b/build.sbt index aaa13879ae..fe6c3587cd 100644 --- a/build.sbt +++ b/build.sbt @@ -30,8 +30,8 @@ lazy val generateMimeByExtensionDB = taskKey[Unit]("Generate the mime by extensi concurrentRestrictions in Global ++= Seq( Tags.limit(Tags.Test, 1), - // By default dependencies of test can be run in parallel, it includeds Scala Native/Scala.js linkers - // Limit them to lower memory usage, especially when targetting LLVM + // By default dependencies of test can be run in parallel, it includes Scala Native/Scala.js linkers + // Limit them to lower memory usage, especially when targeting LLVM Tags.limit(NativeTags.Link, 1), Tags.limit(ScalaJSTags.Link, 1) ) @@ -67,7 +67,7 @@ val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( }.value, mimaPreviousArtifacts := Set.empty, // we only use MiMa for `core` for now, using enableMimaSettings ideSkipProject := (scalaVersion.value == scala2_12) || - (scalaVersion.value == scala2_13) || + (scalaVersion.value == scala3) || thisProjectRef.value.project.contains("Native") || thisProjectRef.value.project.contains("JS"), bspEnabled := !ideSkipProject.value,