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:
Scala Steward 2025-01-16 22:35:51 +01:00 committed by GitHub
parent 2ef1eec88b
commit 09d7f7a7aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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