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.
2 parents 58fda38 + 4dfa68b commit c4b2a48Copy full SHA for c4b2a48
build.sbt
@@ -19,7 +19,7 @@ commands += Command.command("testAll") { s =>
19
s
20
}
21
22
-resolvers += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
+resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
23
24
// Convenient access to builds from PR validation
25
resolvers in ThisBuild ++= (
corpus/scala/df29ebb/library/scala/collection/SeqFactory.scala
@@ -0,0 +1,6 @@
1
+package scala.collection
2
+
3
+object SeqFactory {
4
+ // dummy to avoid FatalError when the 2.13.x pattern matcher looks up this symbol.
5
+ final class UnapplySeqWrapper
6
+}
0 commit comments