Merge pull request #5318 from eed3si9n/wip/doc-scalainstance

Remove actions/doc-scala-instance
This commit is contained in:
eugene yokota 2019-12-17 13:55:29 -05:00 committed by GitHub
commit e4131814e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View File

@ -1,7 +0,0 @@
class A {
def x = 3
}
class B
object B {
implicit def bToA(b: B): A = new A
}

View File

@ -1,10 +0,0 @@
lazy val a = project.settings(
scalaVersion := "2.12.2",
scalaInstance in (Compile, doc) := (scalaInstance in b).value,
// 2.10.1-only, so this will only succeed if `doc` recognizes the more specific scalaInstance scoped to `doc`
scalacOptions in (Compile, doc) += "-implicits"
)
lazy val b = project.settings(
scalaVersion := "2.12.2"
)

View File

@ -1 +0,0 @@
> a/doc