Skip to content

Commit

Permalink
sbt 2.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Dec 21, 2024
1 parent 49e1a54 commit e8f7a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inThisBuild(
lazy val root = Project("sbt-scoverage", file("."))
.enablePlugins(SbtPlugin, BuildInfoPlugin)
.settings(
crossScalaVersions += "3.3.3",
crossScalaVersions += "3.6.2",
libraryDependencies ++= Seq(
"org.scoverage" %% "scalac-scoverage-reporter" % scoverageVersion
),
Expand All @@ -41,7 +41,7 @@ lazy val root = Project("sbt-scoverage", file("."))
case "2.12" =>
(pluginCrossBuild / sbtVersion).value
case _ =>
"2.0.0-M2"
"2.0.0-M3"
}
},
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),
Expand Down

0 comments on commit e8f7a1e

Please sign in to comment.