Skip to content

Commit

Permalink
deps: update scoverage to 2.0.0-RC2
Browse files Browse the repository at this point in the history
This notably brings in support for the Scala native runtime.
  • Loading branch information
ckipp01 committed Jun 14, 2022
1 parent cc1ff39 commit a4a7ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-scoverage"

import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts

lazy val scoverageVersion = "2.0.0-RC1"
lazy val scoverageVersion = "2.0.0-RC2"

inThisBuild(
List(
Expand Down

0 comments on commit a4a7ce7

Please sign in to comment.