Scala, SBT, FP, and Spark bookmarks
Bookmarks about Scala, Spark, SBT and Functional Programming. Personal list of useful links from blogs, Stackoverflow, Reddit.
Bookmarks about Scala, Spark, SBT and Functional Programming. Personal list of useful links from blogs, Stackoverflow, Reddit.
SBT plugin – Introduction To create a SBT plugin, I am using SBT 1.2.6 and Scala 2.12.x. My consumer project is using SBT 1.2.6 and Scala 2.11.12. When you build a plugin, the requirements are: SBT version of the plugin needs to be the same as the SBT version of your project. SBT version of … Read more