Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
update travis scala and scoverage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorpersist committed Jan 27, 2017
1 parent cc4049b commit 64dca18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
language: scala
scala:
- 2.11.8
- 2.12.0

jdk:
- oraclejdk8

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.persist" % "sbt-view" % "1.0.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.4.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")

Expand Down

0 comments on commit 64dca18

Please sign in to comment.