We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ebb68 commit 46001e3Copy full SHA for 46001e3
.gitignore
@@ -8,9 +8,10 @@ target/
8
.project
9
.settings/
10
11
-# Scala-IDE specific
12
-.cache-main
13
-.cache-tests
+# Metals specific
+.bsp
+metals.sbt
14
+.metals
15
16
# IntelliJ IDEA specific
17
.idea
build.sbt
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
3
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
4
5
-lazy val scoverageVersion = "2.1.0"
+lazy val scoverageVersion = "2.1.1"
6
7
inThisBuild(
List(
0 commit comments