From 98d9d7b692aa9737a0bf5ef91c0b5c3aa1ba605d Mon Sep 17 00:00:00 2001 From: Jacek Kunicki Date: Thu, 28 Sep 2023 11:17:54 +0200 Subject: [PATCH] Fix typos in build.sbt --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index aaa13879ae..c5feaca3e2 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) )