mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 02:39:18 +01:00
Update sbt-coveralls to 1.3.1 (#3297)
This commit is contained in:
parent
94081502c8
commit
a3e9275303
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
|
|||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
|
||||
|
||||
// report code coverage to Coveralls
|
||||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.0")
|
||||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
|
||||
|
||||
// sbt plugin to unify scaladoc/javadoc across multiple projects
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
|
||||
|
|
Loading…
Add table
Reference in a new issue