Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

Filtering resources in SBT

scala sbt

Why "set" can't assign value to custom SettingKey I can "show" in sbt shell?

scala sbt

Expression type DslEntry must conform to Def.SettingsDefinition in SBT file at line enablePlugins(JavaServerAppPackaging)

intellij-idea sbt

Why does Scalaz show up in my project's API docs?

Custom outputPath for sbt-assembly

scala sbt sbt-assembly

How to use custom sbt version in Intellij Idea?

intellij-idea sbt

What means "xs @ _*" in PathList of SBT assembly-plugin?

scala sbt sbt-assembly

How can I use JMH for Scala benchmarks together with sbt?

scala sbt microbenchmark jmh

Is .g8 directory necessary?

scala sbt giter8

Include generated resources in a jar (SBT)

scala jar sbt

ScalaTest on sbt not running any tests

scala sbt scalatest

Listing files from resource directory in sbt 1.2.8

scala sbt

Play Framework - activator vs sbt

playframework-2.0 sbt

Executing sbt run in current project with ensime emacs

emacs sbt ensime

How do I change a project's id in SBT 1.0?

scala sbt

ClassNotFoundException scala.runtime.LambdaDeserialize when spark-submit

Why does sbt report "not found: value PlayScala" with Build.scala while build.sbt works?

scala playframework sbt

Organizing multiple scala interrelated sbt & git projects - best practice suggestions

How to fix the Error: "org.jetbrains.jps.incremental.scala.remote.ServerException java.lang.StackOverflowError"

How to load a scala file in the sbt console? [duplicate]

scala sbt