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"))
1010ThisBuild / githubWorkflowBuildMatrixExclusions += // TODO
1111 MatrixExclude (Map (" scala" -> scala3, " project" -> " rootJVM" ))
1212
13- Global / concurrentRestrictions += Tags .limit(NativeTags .Link , 1 )
14-
1513val tzdbVersion = " 2019c"
1614val scalajavaLocalesVersion = " 1.5.1"
1715Global / onChangedBuildSource := ReloadOnSourceChanges
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")
88
99addSbtPlugin(" 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 " )
You can’t perform that action at this time.
0 commit comments