File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object GenJavadocPlugin extends AutoPlugin {
10
10
}
11
11
import autoImport ._
12
12
13
- override def globalSettings = unidocGenjavadocVersion := " 0.18 "
13
+ override def globalSettings = unidocGenjavadocVersion := " 0.19 "
14
14
15
15
override def requires = JvmPlugin
16
16
Original file line number Diff line number Diff line change 1
1
val commonSettings = Seq (
2
- scalaVersion := " 2.11.12 "
2
+ scalaVersion := " 2.12.20 "
3
3
)
4
4
5
5
def module (name : String ) =
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ $ exists target/javaunidoc/example/A.html
5
5
$ exists target/javaunidoc/example/B.html
6
6
-$ exists target/javaunidoc/example/C.html
7
7
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
Original file line number Diff line number Diff line change 1
1
val commonSettings = Seq (
2
- scalaVersion := " 2.11.12 "
2
+ scalaVersion := " 2.12.20 "
3
3
)
4
4
5
5
lazy val a = project.settings(
Original file line number Diff line number Diff line change 1
1
> 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
You can’t perform that action at this time.
0 commit comments