Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

How to create a generic SBT root project with varying sub projects

scala sbt

SBT not finding scalatest for scala 2.10.1

sbt scalatest

What sbt plugins are available for frequent (multiple times per day) releases of a project from git?

Resolving Dependencies in creating JAR through SBT assembly

jvm sbt sbt-assembly

sbt ignores my scaladoc settings

scala sbt scaladoc

adding task to sbt 13.x build.sbt

scala sbt

How to conditionally invoke a task in sbt?

scala sbt

Intellij and sbt 0.13.5 "URI has an authority component"

sbt and scala.js (with Node.js) can't run with a local .js dependency due to "TypeError: undefined is not a function"

sbt scala.js

spark-shell dependencies, translate from sbt

waiting for lock on .ivy2

sbt ivy typesafe-activator

SBT: how to use scala 2.11 libraries in scala 2.12 project

scala sbt

running sbt command on the meta-build level

sbt sbt-plugin

Breaking out of Play 'run' in IntelliJ sbt shell

Getting an "Error while reading the sourcefile!" error from Jenkins jacoco plugin

jenkins sbt jacoco

How to modify jar name generate by cmd sbt package

scala sbt

sbt compile play framework application error

java scala playframework sbt

Is there a Python-ealy way to run Scala scripts with dependencies?

scala maven build sbt

What frameworks to use to bootstrap my first production scala project?

java mysql maven-2 scala sbt

Excluding a ScalaTest test when calling my tests from within sbt

scala sbt scalatest