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 9d9217e commit afdc732Copy full SHA for afdc732
build.sbt
@@ -7,6 +7,7 @@ val scalacheckVersion = "1.17.0"
7
8
ThisBuild / scalaVersion := scala213
9
ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
10
+ThisBuild / tlSkipIrrelevantScalas := true
11
12
ThisBuild / tlFatalWarnings := false
13
0 commit comments