Skip to content

Commit 46001e3

Browse files
committed
dep: bump default scoverage version to 2.1.1
1 parent 74ebb68 commit 46001e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ target/
88
.project
99
.settings/
1010

11-
# Scala-IDE specific
12-
.cache-main
13-
.cache-tests
11+
# Metals specific
12+
.bsp
13+
metals.sbt
14+
.metals
1415

1516
# IntelliJ IDEA specific
1617
.idea

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
22

33
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
44

5-
lazy val scoverageVersion = "2.1.0"
5+
lazy val scoverageVersion = "2.1.1"
66

77
inThisBuild(
88
List(

0 commit comments

Comments
 (0)