Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Spirals-Team/powerapi into develop
Browse files Browse the repository at this point in the history
te fusion est
  • Loading branch information
mcolmant committed Nov 12, 2014
2 parents 39ad782 + 060cae9 commit e92b15a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# activator specific
activator*
project

# sbt specific
.history/
Expand Down
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-testkit" % "2.3.6" % "test",
"org.scalatest" %% "scalatest" % "2.2.2" % "test"
)

instrumentSettings
3 changes: 3 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "0.99.11")

0 comments on commit e92b15a

Please sign in to comment.