We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245e500 commit a369888Copy full SHA for a369888
build.sbt
@@ -25,6 +25,7 @@ ThisBuild / githubWorkflowBuildMatrixInclusions +=
25
val tzdbVersion = "2019c"
26
val scalajavaLocalesVersion = "1.5.4"
27
Global / onChangedBuildSource := ReloadOnSourceChanges
28
+Global / concurrentRestrictions += Tags.limit(NativeTags.Link, 1)
29
30
lazy val downloadFromZip: TaskKey[Unit] =
31
taskKey[Unit]("Download the tzdb tarball and extract it")
0 commit comments