File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
10
10
ThisBuild / githubWorkflowBuildMatrixExclusions += // TODO
11
11
MatrixExclude (Map (" scala" -> scala3, " project" -> " rootJVM" ))
12
12
13
- Global / concurrentRestrictions += Tags .limit(NativeTags .Link , 1 )
14
-
15
13
val tzdbVersion = " 2019c"
16
14
val scalajavaLocalesVersion = " 1.5.1"
17
15
Global / onChangedBuildSource := ReloadOnSourceChanges
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")
8
8
9
9
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
10
10
11
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.10 " )
11
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.9 " )
You can’t perform that action at this time.
0 commit comments