We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8f122 commit a0debb2Copy full SHA for a0debb2
build.sbt
@@ -164,6 +164,7 @@ lazy val sttp4 = project
164
Dependencies.Sttp4.core,
165
Dependencies.Sttp4.catsBackend % Test,
166
),
167
+ versionPolicyCheck / skip := true,
168
)
169
170
def crossSettings[T](scalaVersion: String, if3: Seq[T], if2: Seq[T]): Seq[T] = {
0 commit comments