Skip to content

Commit

Permalink
Update sbt-scoverage to 2.3.0 (#1821)
Browse files Browse the repository at this point in the history
* Update sbt-scoverage to 2.3.0

* upgrade scalaVersion to 2.13.16

---------

Co-authored-by: Bekir Oguz <[email protected]>
  • Loading branch information
scala-steward and bekiroguz authored Jan 21, 2025
1 parent 127ad32 commit c2098a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val buildExampleDockerCommand: Command = Command.command("buildExampleDocke
state
})

lazy val scala213 = "2.13.15"
lazy val scala213 = "2.13.16"

lazy val supportedScalaVersions = List(scala213)
val commonSettings: Seq[Setting[_]] = Defaults.coreDefaultSettings ++ Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")

addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")

Expand Down

0 comments on commit c2098a7

Please sign in to comment.