Skip to content

Commit

Permalink
Fix typos in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
rucek committed Sep 28, 2023
1 parent ad396fc commit 98d9d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 98d9d7b

Please sign in to comment.