mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 05:13:29 +01:00
Update scala-library to 2.13.16 (#5862)
* Update scala-library to 2.13.16 * deps: Bump scoverage to 2.3.0 --------- Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
This commit is contained in:
parent
2ef1eec88b
commit
09d7f7a7aa
@ -2,7 +2,7 @@ import sbt.Keys.excludeLintKeys
|
||||
|
||||
import scala.util.Properties
|
||||
|
||||
val scala2_13 = "2.13.14"
|
||||
val scala2_13 = "2.13.16"
|
||||
|
||||
ThisBuild / scalafmtOnCompile := !Properties.envOrNone("CI").contains("true")
|
||||
|
||||
|
@ -7,7 +7,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
|
||||
|
||||
// collect code coverage when executing tests
|
||||
//https://github.com/scoverage/sbt-scoverage
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
|
||||
|
||||
// report code coverage to Coveralls
|
||||
//https://github.com/scoverage/sbt-coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user