Skip to content

Instantly share code, notes, and snippets.

View asflierl's full-sized avatar

Andreas Flierl asflierl

View GitHub Profile
@asflierl
asflierl / build.sbt
Created April 15, 2012 10:18 — forked from jmhofer/build.sbt
sbt build file with sample jacoco4sbt configuration
import de.johoop.jacoco4sbt._
import JacocoPlugin._
organization := "my.organization"
scalaVersion := "2.9.1"
name := "my-project"
seq(jacoco.settings : _*)