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.
1 parent ac24c81 commit d2e8bb2Copy full SHA for d2e8bb2
build.sbt
@@ -50,7 +50,7 @@ lazy val defaults = Seq(
50
organization := "com.typesafe.genjavadoc",
51
scalaVersion := crossScalaVersions.value.last,
52
crossScalaVersions := {
53
- val latest211 = 11
+ val latest211 = 12
54
val latest212 = 4
55
val pre213 = List("M2")
56
val skipVersions = Set("2.11.9", "2.11.10")
0 commit comments