Skip to content

Commit 05ba2f2

Browse files
xuwei-keed3si9n
authored andcommitted
update unidocGenjavadocVersion
1 parent 8a32eed commit 05ba2f2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/main/scala/sbtunidoc/GenJavadocPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object GenJavadocPlugin extends AutoPlugin {
1010
}
1111
import autoImport._
1212

13-
override def globalSettings = unidocGenjavadocVersion := "0.18"
13+
override def globalSettings = unidocGenjavadocVersion := "0.19"
1414

1515
override def requires = JvmPlugin
1616

src/sbt-test/unidoc/java-unidoc/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val commonSettings = Seq(
2-
scalaVersion := "2.11.12"
2+
scalaVersion := "2.12.20"
33
)
44

55
def module(name: String) =

src/sbt-test/unidoc/java-unidoc/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ $ exists target/javaunidoc/example/A.html
55
$ exists target/javaunidoc/example/B.html
66
-$ exists target/javaunidoc/example/C.html
77

8-
-$ exists target/scala-2.11/unidoc/example/A.html
9-
-$ exists target/scala-2.11/unidoc/example/B.html
8+
-$ exists target/scala-2.12/unidoc/example/A.html
9+
-$ exists target/scala-2.12/unidoc/example/B.html

src/sbt-test/unidoc/scala-unidoc/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val commonSettings = Seq(
2-
scalaVersion := "2.11.12"
2+
scalaVersion := "2.12.20"
33
)
44

55
lazy val a = project.settings(

src/sbt-test/unidoc/scala-unidoc/test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
> unidoc
2-
$ exists target/scala-2.11/unidoc/example/A.html
3-
$ exists target/scala-2.11/unidoc/example/B.html
4-
-$ exists target/scala-2.11/unidoc/example/C.html
2+
$ exists target/scala-2.12/unidoc/example/A.html
3+
$ exists target/scala-2.12/unidoc/example/B.html
4+
-$ exists target/scala-2.12/unidoc/example/C.html

0 commit comments

Comments
 (0)