You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThisBuild/ version :="0.1.0-SNAPSHOT"ThisBuild/ scalaVersion :="2.12.15"lazyvalroot= (project in file("."))
.enablePlugins(JavaUnidocPlugin, GenJavadocPlugin)
.settings(
name :="unidoc-plugin-test"
)
The following build.sbt configuration is working with Scala 2.12.10, but is broken for Scala 2.12.15:
Error:
And there is indeed no Maven dependency with such artifactId and version: https://mvnrepository.com/artifact/com.typesafe.genjavadoc/genjavadoc-plugin
build.sbt :
project/build.properties:
project/plugins.sbt:
The text was updated successfully, but these errors were encountered: