We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26baa4 commit b43680aCopy full SHA for b43680a
build.sbt
@@ -32,7 +32,7 @@ inThisBuild(
32
lazy val root = Project("sbt-scoverage", file("."))
33
.enablePlugins(SbtPlugin, BuildInfoPlugin)
34
.settings(
35
- crossScalaVersions += "3.3.3",
+ crossScalaVersions += "3.6.2",
36
libraryDependencies ++= Seq(
37
"org.scoverage" %% "scalac-scoverage-reporter" % scoverageVersion
38
),
@@ -41,7 +41,7 @@ lazy val root = Project("sbt-scoverage", file("."))
41
case "2.12" =>
42
(pluginCrossBuild / sbtVersion).value
43
case _ =>
44
- "2.0.0-M2"
+ "2.0.0-M3"
45
}
46
},
47
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),
0 commit comments