scala-center-steward[bot] on scalafmt
fix ssh again (#759) Revert commit(s) 8e49bb6f, 088d… Merge branch 'main' into update… and 3 more (compare)
rochala on main
fix ssh again (#759) (compare)
scala-center-steward[bot] on scalafmt
add privacy policy (#756) Fix pipe in SSH (#757) * fix s… add missing s string (#758) and 5 more (compare)
rochala on main
add missing s string (#758) (compare)
rochala on main
Fix pipe in SSH (#757) * fix s… (compare)
Hi There: I am facing the dependency issuses while building the application using SBT. Here is the detailed explination
I have developed a scala application using SBT and my versions are
Scala: 2.12.8
SBT: 1.2.8
When i trying to build the application i am getting the dependency issues from very recently. Listing out the errors
com.typesafe.sbt#sbt-twirl;1.4.1: not found
io.spray#sbt-revolver;0.9.0: not found
com.eed3si9n#sbt-assembly;0.14.9: not found
com.typesafe.sbteclipse#sbteclipse-plugin;5.2.4: not found
Could some one please help me out ?
import org.apache.spark.sql.{DataFrame,KeyValueGroupedDataset, SparkSession}
import org.apache.spark.sql.Dataset
case class CodeDef(
CODE_TYPE :String = null,
CODE :String = null,
VERSION_ID :String = null
)