Skip to content

Commit

Permalink
Merge pull request #3215 from softwaremill/fix-typos-in-build-sbt
Browse files Browse the repository at this point in the history
Fix typos in build.sbt
  • Loading branch information
adamw authored Sep 28, 2023
2 parents 81542dd + 98d9d7b commit 9b60d11
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 9b60d11

Please sign in to comment.