Skip to content

Commit b43680a

Browse files
xuwei-kckipp01
authored andcommitted
sbt 2.0.0-M3
1 parent c26baa4 commit b43680a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ inThisBuild(
3232
lazy val root = Project("sbt-scoverage", file("."))
3333
.enablePlugins(SbtPlugin, BuildInfoPlugin)
3434
.settings(
35-
crossScalaVersions += "3.3.3",
35+
crossScalaVersions += "3.6.2",
3636
libraryDependencies ++= Seq(
3737
"org.scoverage" %% "scalac-scoverage-reporter" % scoverageVersion
3838
),
@@ -41,7 +41,7 @@ lazy val root = Project("sbt-scoverage", file("."))
4141
case "2.12" =>
4242
(pluginCrossBuild / sbtVersion).value
4343
case _ =>
44-
"2.0.0-M2"
44+
"2.0.0-M3"
4545
}
4646
},
4747
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),

0 commit comments

Comments
 (0)