Skip to content

Commit 5a33f53

Browse files
committed
Revert "Set native link concurrent restriction"
This reverts commit 0aeee30.
1 parent a4f6954 commit 5a33f53

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
1010
ThisBuild / githubWorkflowBuildMatrixExclusions += // TODO
1111
MatrixExclude(Map("scala" -> scala3, "project" -> "rootJVM"))
1212

13-
Global / concurrentRestrictions += Tags.limit(NativeTags.Link, 1)
14-
1513
val tzdbVersion = "2019c"
1614
val scalajavaLocalesVersion = "1.5.1"
1715
Global / onChangedBuildSource := ReloadOnSourceChanges

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")
88

99
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
1010

11-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")
11+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9")

0 commit comments

Comments
 (0)