UPdate sbt and scoverage in conjunction (#3216)

This commit is contained in:
Chris Stewart 2021-06-02 06:09:43 -05:00 committed by GitHub
parent 4c9f174a4b
commit 4efe88fcba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
sbt.version=1.5.2
sbt.version=1.5.3

View file

@ -3,7 +3,7 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
// collect code coverage when executing tests
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
// report code coverage to Coveralls
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")