From 402abbfde65ad62533ba199e70b36f7bfba7fc05 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 14 Jun 2022 10:29:00 +0200 Subject: [PATCH] deps: update scoverage to 2.0.0-RC2 This notably brings in support for the Scala native runtime. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e24fa6ee..74363412 100644 --- a/build.sbt +++ b/build.sbt @@ -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(