We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am getting the below error while running sbt unidoc:
/Users/dhavalkolapkar/Documents/Workspace/Kamanja/trunk/EnvContexts/SimpleEnvContextImpl/src/main/scala/com/ligadata/SimpleEnvContextImpl/SimpleEnvContextImpl.scala:2105: type mismatch; [error] found : (com.ligadata.KvBase.Key, com.ligadata.KvBase.Value) => Unit [error] required: (com.ligadata.StorageBase.Key, com.ligadata.StorageBase.Value) => Unit [error] dataStore.get(containerName, callbackFunction) [error] ^ [error] /Users/dhavalkolapkar/Documents/Workspace/Kamanja/trunk/EnvContexts/SimpleEnvContextImpl/src/main/scala/com/ligadata/SimpleEnvContextImpl/SimpleEnvContextImpl.scala:2154: overloaded method value get with alternatives: [error] (containerName: String,bucketKeys: Array[Array[String]],callbackFunction: (com.ligadata.StorageBase.Key, com.ligadata.StorageBase.Value) => Unit)Unit <and>
I have 15 sub projects and my build.sbt contains:
lazy val commonSettings = Seq( scalaVersion := "2.11.4", autoAPIMappings in unidoc := true ) val root = (project in file(".")).settings(commonSettings: _*). settings(unidocSettings: _*). aggregate(<subprojects>)
The text was updated successfully, but these errors were encountered:
Thanks for your bug report. I'm afraid this has nothing to do with sbt-native-packager, but a compile error in your application.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am getting the below error while running sbt unidoc:
I have 15 sub projects and my build.sbt contains:
The text was updated successfully, but these errors were encountered: