Skip to content

Commit

Permalink
Merge branch 'SE-11-DependencyInjection' into SE-12-FileIO
Browse files Browse the repository at this point in the history
  • Loading branch information
markoboger committed Nov 5, 2018
2 parents 81c70bc + 5884e9c commit 54eb250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.12.4
- 2.12.7

script:
- sbt clean coverage test coverageReport
Expand Down
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

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

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")

0 comments on commit 54eb250

Please sign in to comment.