Merge pull request #6308 from eed3si9n/wip/rename

Follow up on scala3doc rename
This commit is contained in:
eugene yokota 2021-02-15 12:11:42 -05:00 committed by GitHub
commit 57aa6b8bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 10 deletions

View File

@ -14,7 +14,7 @@ object Dependencies {
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.5.0-M1")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.5.0-M4")
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.5.0-M5")
val zincVersion = nightlyVersion.getOrElse("1.5.0-M3")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -0,0 +1,7 @@
ThisBuild / scalaVersion := "3.0.0-M4-bin-20210212-0273336-NIGHTLY"
// ThisBuild / scalaVersion := "3.0.0-M3",
lazy val root = (project in file("."))
.settings(
resolvers += Resolver.JCenterRepository
)

View File

@ -0,0 +1,17 @@
> doc
# there shouldn't be two api/ directories
# see https://github.com/lampepfl/dotty/issues/11412
$ exists target/scala-3.0.0-M4/api/api/index.html
$ exists target/scala-3.0.0-M4/api/api/foo/A$.html
$ exists target/scala-3.0.0-M4/api/api/foo.html
> ++3.0.0-M3!
> clean
> doc
# there shouldn't be two api/ directories
# see https://github.com/lampepfl/dotty/issues/11412
$ exists target/scala-3.0.0-M3/api/index.html
$ exists target/scala-3.0.0-M3/api/api/foo/A$.html
$ exists target/scala-3.0.0-M3/api/api/foo.html

View File

@ -1,5 +0,0 @@
lazy val root = (project in file("."))
.settings(
scalaVersion := "3.0.0-M3",
resolvers += Resolver.JCenterRepository
)

View File

@ -1,4 +0,0 @@
> doc
$ exists target/scala-3.0.0-M3/api/index.html
$ exists target/scala-3.0.0-M3/api/api/foo/A$.html
$ exists target/scala-3.0.0-M3/api/api/foo.html